mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
de21219ac4
commit
3c1ea54617
@ -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…
Reference in New Issue
Block a user