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:
ashuk%eng.sun.com
2001-06-04 18:50:05 +00:00
parent 38583fd4e0
commit 0e27a8b3dc

View File

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