[BROWSEUI] Fix a PIDL leak.

This commit is contained in:
Thomas Faber
2019-09-10 12:11:34 +02:00
parent cfc5b3749f
commit d41c5be3bd

View File

@@ -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)