mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
bug #179166 (sr=darin). TestSocketTransport crashes because of a null eventQ
This commit is contained in:
parent
a34c46af22
commit
2273bc5321
@ -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…
Reference in New Issue
Block a user