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

This commit is contained in:
rpotts%netscape.com 2003-01-02 01:13:15 +00:00
parent a34c46af22
commit 2273bc5321

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...
//