[uxtheme]

- Do not close hKey in query_reg_path. Noticed while testing our uxtheme in windows. Should be sent to wine

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52634
This commit is contained in:
Giannis Adamopoulos 2011-07-11 13:38:05 +00:00
parent 535a684169
commit 1e6bee248a

View file

@ -140,7 +140,6 @@ static DWORD query_reg_path (HKEY hKey, LPCWSTR lpszValue,
}
}
RegCloseKey(hKey);
return dwRet;
}