mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Missed resource cleanup. I'm clearly out of practice
svn path=/trunk/; revision=44489
This commit is contained in:
@@ -42,6 +42,8 @@ OnOK(HWND hwndDlg)
|
||||
REG_DWORD,
|
||||
(LPBYTE)&ReportAsWorkstation,
|
||||
sizeof(DWORD));
|
||||
|
||||
RegCloseKey(hKey);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,9 +78,9 @@ OnInitSysSettingsDialog(HWND hwndDlg)
|
||||
0);
|
||||
}
|
||||
}
|
||||
|
||||
RegCloseKey(hKey);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
INT_PTR CALLBACK
|
||||
|
||||
Reference in New Issue
Block a user