Author: dquintana
Date: Tue Aug 19 22:25:40 2014
New Revision: 63906

URL: http://svn.reactos.org/svn/reactos?rev=63906&view=rev
Log:
[SHELL32]
* Fix a CComPtr double-release.

Modified:
    branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp

Modified: branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp?rev=63906&r1=63905&r2=63906&view=diff
==============================================================================
--- branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp     
[iso-8859-1] (original)
+++ branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp     
[iso-8859-1] Tue Aug 19 22:25:40 2014
@@ -972,7 +972,6 @@
             SHChangeNotify(SHCNE_UPDATEDIR, SHCNF_IDLIST, pidl, NULL);
             ILFree(pidl);
         }
-        ppf2->Release();
     }
     return hr;
 }


Reply via email to