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:
Serge Gautherie 2009-08-20 18:07:23 +02:00
parent de21219ac4
commit 3c1ea54617

View File

@ -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