[SHELL32]
authorDavid Quintana <gigaherz@gmail.com>
Tue, 19 Aug 2014 22:25:40 +0000 (22:25 +0000)
committerDavid Quintana <gigaherz@gmail.com>
Tue, 19 Aug 2014 22:25:40 +0000 (22:25 +0000)
* Fix a CComPtr double-release.

svn path=/branches/shell-experiments/; revision=63906

dll/win32/shell32/defcontextmenu.cpp

index 41591e9..990023e 100644 (file)
@@ -972,7 +972,6 @@ CDefaultContextMenu::DoRefresh(
             SHChangeNotify(SHCNE_UPDATEDIR, SHCNF_IDLIST, pidl, NULL);
             ILFree(pidl);
         }
-        ppf2->Release();
     }
     return hr;
 }