shell32: Fix an item identifier list leak (Valgrind).

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 0d0fa46553)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Sven Baars 2019-05-31 20:15:44 +02:00 committed by Michael Stefaniuc
parent 7d8a34d6a1
commit 86b5e684a4
1 changed files with 2 additions and 0 deletions

View File

@ -784,6 +784,8 @@ static BOOL BrsFolder_OnCreate( HWND hWnd, browse_info *info )
browsefolder_callback( info->lpBrowseInfo, hWnd, BFFM_INITIALIZED, 0 );
ILFree(computer_pidl);
return TRUE;
}