[SHELL32]

* Fix a CComPtr double-release.

svn path=/branches/shell-experiments/; revision=63906
This commit is contained in:
David Quintana
2014-08-19 22:25:40 +00:00
parent 9ea7e65b5b
commit f7ee35aba7
-1
View File
@@ -972,7 +972,6 @@ CDefaultContextMenu::DoRefresh(
SHChangeNotify(SHCNE_UPDATEDIR, SHCNF_IDLIST, pidl, NULL);
ILFree(pidl);
}
ppf2->Release();
}
return hr;
}