Author: gadamopoulos
Date: Mon Jul 11 13:38:05 2011
New Revision: 52634

URL: http://svn.reactos.org/svn/reactos?rev=52634&view=rev
Log:
[uxtheme]
- Do not close hKey in query_reg_path. Noticed while testing our uxtheme in 
windows. Should be sent to wine

Modified:
    branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/system.c

Modified: branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/system.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/system.c?rev=52634&r1=52633&r2=52634&view=diff
==============================================================================
--- branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/system.c [iso-8859-1] 
(original)
+++ branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/system.c [iso-8859-1] 
Mon Jul 11 13:38:05 2011
@@ -140,7 +140,6 @@
     }
   }
 
-  RegCloseKey(hKey);
   return dwRet;
 }
 


Reply via email to