Bug 354474 - Feed gArgv/c into trace-malloc to prevent crashes when using -no-remote, patch by Silvain Pasche <sylvain.pasche@gmail.com>, r=me
git-svn-id: svn://10.0.0.236/trunk@212458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2079,7 +2079,7 @@ XRE_main(int argc, char* argv[], const nsXREAppData* aAppData)
|
||||
}
|
||||
|
||||
#ifdef NS_TRACE_MALLOC
|
||||
gArgc = argc = NS_TraceMallocStartupArgs(argc, argv);
|
||||
gArgc = argc = NS_TraceMallocStartupArgs(gArgc, gArgv);
|
||||
#endif
|
||||
|
||||
NS_LogInit();
|
||||
|
||||
Reference in New Issue
Block a user