Bug 257803 Possible RegistryKey Leak in nsWindowsShellService

bustage fix
This commit is contained in:
timeless@mozdev.org
2005-01-16 23:26:19 +00:00
parent 6256924b80
commit f52a264d7d

View File

@@ -597,7 +597,7 @@ nsWindowsShellService::SetRegKey(const char* aKeyName, const char* aValueName,
(LPBYTE)aValue, nsDependentCString(aValue).Length()); (LPBYTE)aValue, nsDependentCString(aValue).Length());
// Close the key we opened. // Close the key we opened.
::RegClosekey(theKey); ::RegCloseKey(theKey);
} }
NS_IMETHODIMP NS_IMETHODIMP