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
Родитель 6f7ea97090
Коммит 4c8f1e463e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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