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:
parent
ffb8d9cca7
commit
77453e646a
@ -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...
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user