Commit ff090f74 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

shell32: Fix pidl leak (Valgrind).

parent d029a334
......@@ -752,6 +752,7 @@ static LRESULT ShellView_OnCreate(IShellViewImpl *This)
This->hNotify = SHChangeNotifyRegister(This->hWnd, SHCNRF_InterruptLevel, SHCNE_ALLEVENTS,
SHV_CHANGE_NOTIFY, 1, &ntreg);
SHFree((LPITEMIDLIST)ntreg.pidl);
SHFree(computer_pidl);
}
IPersistFolder2_Release(ppf2);
}
......
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