mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
ArmCPUDetect: close the registry key when finish
This commit is contained in:
parent
cdaa8d2609
commit
c4f200e814
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ std::string GetCPUBrandString() {
|
|||
cpu_string = ConvertWStringToUTF8((wchar_t*)buff);
|
||||
free(buff);
|
||||
}
|
||||
RegCloseKey(key);
|
||||
}
|
||||
|
||||
if (cpu_string.empty())
|
||||
|
|
Loading…
Add table
Reference in a new issue