Author: tfaber Date: Thu Jun 25 14:04:02 2015 New Revision: 68263
URL: http://svn.reactos.org/svn/reactos?rev=68263&view=rev Log: [SHELL32] - Fix shell folder reference leak in _OpenDirectory. CORE-9867
Modified: trunk/reactos/dll/win32/shell32/wine/changenotify.c
Modified: trunk/reactos/dll/win32/shell32/wine/changenotify.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/wine/chan... ============================================================================== --- trunk/reactos/dll/win32/shell32/wine/changenotify.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/wine/changenotify.c [iso-8859-1] Thu Jun 25 14:04:02 2015 @@ -634,6 +634,7 @@ return FALSE;
hr = IShellFolder_GetDisplayNameOf(psfDesktop, item->pidl, SHGDN_FORPARSING, &strFile); + IShellFolder_Release(psfDesktop); if (!SUCCEEDED(hr)) return FALSE;