Skip to content
Snippets Groups Projects
Commit 28d572aa authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

uxtheme: Fix double free on registry key handle.

parent f4fdafbb
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,6 @@ static DWORD query_reg_path (HKEY hKey, LPCWSTR lpszValue,
}
}
RegCloseKey(hKey);
return dwRet;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment