From 4c8f1e463e48835996695a846dff370138c176b3 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 20 Aug 2009 18:07:23 +0200 Subject: [PATCH] Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Ev1) xpcshell.cpp: s/null/nsnull/; bustage fix --- js/src/xpconnect/shell/xpcshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/xpconnect/shell/xpcshell.cpp b/js/src/xpconnect/shell/xpcshell.cpp index 9dd68b851458..70e81dbd4c50 100644 --- a/js/src/xpconnect/shell/xpcshell.cpp +++ b/js/src/xpconnect/shell/xpcshell.cpp @@ -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