Commit 0d0fa465 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

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

parent 539ebebc
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment