Bug fix: Registry key is now closed when installing/uninstalling.
This commit is contained in:
@@ -109,6 +109,7 @@ int install_uninstall()
|
||||
szReadName,
|
||||
(LPDWORD)(&dwReadBytes)
|
||||
);
|
||||
RegCloseKey(hKey);
|
||||
if (!wcscmp(szFileName, szReadName))
|
||||
{
|
||||
if (RegDeleteValue(
|
||||
|
||||
Reference in New Issue
Block a user