mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[SHELL32]
* Fix a CComPtr double-release. svn path=/branches/shell-experiments/; revision=63906
This commit is contained in:
@@ -972,7 +972,6 @@ CDefaultContextMenu::DoRefresh(
|
||||
SHChangeNotify(SHCNE_UPDATEDIR, SHCNF_IDLIST, pidl, NULL);
|
||||
ILFree(pidl);
|
||||
}
|
||||
ppf2->Release();
|
||||
}
|
||||
return hr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user