[BROWSEUI] Fix a PIDL leak.

This commit is contained in:
Thomas Faber
2019-09-22 11:42:06 +02:00
parent cfc5b3749f
commit d41c5be3bd
+1
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)