mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Bug 257803 Possible RegistryKey Leak in nsWindowsShellService
bustage fix
This commit is contained in:
parent
308eccb854
commit
8e32bfe03b
@ -597,7 +597,7 @@ nsWindowsShellService::SetRegKey(const char* aKeyName, const char* aValueName,
|
||||
(LPBYTE)aValue, nsDependentCString(aValue).Length());
|
||||
|
||||
// Close the key we opened.
|
||||
::RegClosekey(theKey);
|
||||
::RegCloseKey(theKey);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user