Author: ahill Date: Thu Oct 22 04:29:01 2009 New Revision: 43679
URL: http://svn.reactos.org/svn/reactos?rev=43679&view=rev Log: [shell32] - hKey is already properly closed, don't close it again.
Modified: trunk/reactos/dll/win32/shell32/shv_def_cmenu.c
Modified: trunk/reactos/dll/win32/shell32/shv_def_cmenu.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shv_def_c... ============================================================================== --- trunk/reactos/dll/win32/shell32/shv_def_cmenu.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/shv_def_cmenu.c [iso-8859-1] Thu Oct 22 04:29:01 2009 @@ -277,7 +277,6 @@ RegCloseKey(hKey); } } - RegCloseKey(hKey); }
static