[SHELL32]

- Fix shell folder reference leak in _OpenDirectory.
CORE-9867

svn path=/trunk/; revision=68263
This commit is contained in:
Thomas Faber 2015-06-25 14:04:02 +00:00
parent 970ab0db9a
commit 32e831b904

View file

@ -634,6 +634,7 @@ BOOL _OpenDirectory(LPNOTIFYREGISTER item)
return FALSE;
hr = IShellFolder_GetDisplayNameOf(psfDesktop, item->pidl, SHGDN_FORPARSING, &strFile);
IShellFolder_Release(psfDesktop);
if (!SUCCEEDED(hr))
return FALSE;