Bug=70656
author=ashuk ra=edburns Files modified: src_moz/NativeEventThread.cpp The fix allows webclient to startup correctly with more than 1 profile present. git-svn-id: svn://10.0.0.236/trunk@96308 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -522,6 +522,7 @@ void DoMozInitialization(WebShellInitContext * initContext)
|
||||
temp[i] = (char) Names[0][i];
|
||||
}
|
||||
nsMemory::Free(Names);
|
||||
temp[i] = '\0';
|
||||
argv[2] = temp;
|
||||
argc = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user