bug #179166 (sr=darin). TestSocketTransport crashes because of a null eventQ

git-svn-id: svn://10.0.0.236/trunk@135758 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com 2003-01-02 01:13:15 +00:00
parent ffb8d9cca7
commit 77453e646a

View File

@ -375,6 +375,9 @@ TestConnection::Run(void)
do_GetService(kEventQueueServiceCID, &rv);
if (NS_FAILED(rv)) return rv;
rv = eventQService->CreateMonitoredThreadEventQueue();
if (NS_FAILED(rv)) return rv;
//
// Make sure that all resources were allocated in the constructor...
//