Bug 343022 - Increased Rlk leak on balsa (2006-06-27). Patch by Michael Wu <michael.wu@mozilla.com>, r=enndeakin
git-svn-id: svn://10.0.0.236/trunk@201188 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -764,8 +764,10 @@ nsPasswordManager::Observe(nsISupports* aSubject,
|
||||
NS_ASSERTION(branch == mPrefBranch, "unexpected pref change notification");
|
||||
|
||||
branch->GetBoolPref("rememberSignons", &sRememberPasswords);
|
||||
} else if (!strcmp(aTopic, "app-startup"))
|
||||
} else if (!strcmp(aTopic, "app-startup")) {
|
||||
GetInstance();
|
||||
NS_IF_RELEASE(sPasswordManager);
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user