mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Bug fix: Registry key is now closed when installing/uninstalling.
This commit is contained in:
parent
256008981f
commit
4a65e22e14
@ -109,6 +109,7 @@ int install_uninstall()
|
|||||||
szReadName,
|
szReadName,
|
||||||
(LPDWORD)(&dwReadBytes)
|
(LPDWORD)(&dwReadBytes)
|
||||||
);
|
);
|
||||||
|
RegCloseKey(hKey);
|
||||||
if (!wcscmp(szFileName, szReadName))
|
if (!wcscmp(szFileName, szReadName))
|
||||||
{
|
{
|
||||||
if (RegDeleteValue(
|
if (RegDeleteValue(
|
||||||
|
Loading…
Reference in New Issue
Block a user