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>
This commit is contained in:
Sven Baars 2019-05-31 20:15:44 +02:00 committed by Alexandre Julliard
parent 539ebebc94
commit 0d0fa46553
1 changed files with 2 additions and 0 deletions

View File

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