mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 08:09:15 +00:00
Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Ev1) xpcshell.cpp: s/null/nsnull/; bustage fix
This commit is contained in:
parent
6f7ea97090
commit
4c8f1e463e
@ -1800,7 +1800,7 @@ main(int argc, char **argv, char **envp)
|
||||
// Shut down the crashreporter service to prevent leaking some strings it holds.
|
||||
if (crashReporter) {
|
||||
crashReporter->SetEnabled(PR_FALSE);
|
||||
crashReporter = null;
|
||||
crashReporter = nsnull;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user