mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[BROWSEUI] Fix a PIDL leak.
This commit is contained in:
@@ -1350,6 +1350,7 @@ HRESULT STDMETHODCALLTYPE CExplorerBand::OnWinEvent(HWND hWnd, UINT uMsg, WPARAM
|
||||
// Navigate to our new location
|
||||
UpdateBrowser(pidlNewAbs);
|
||||
|
||||
ILFree(pidlParent);
|
||||
ILFree(pidlNewAbs);
|
||||
ILFree(pidlNew);
|
||||
if (theResult)
|
||||
|
||||
Reference in New Issue
Block a user