Added missing release.

git-svn-id: svn://10.0.0.236/trunk@35937 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-06-19 22:22:38 +00:00
parent 55783c414e
commit 5b627064e6

View File

@@ -547,6 +547,7 @@ nsThreadPoolRunnable::Run()
("nsIThreadPool thread %p running %p\n", th, this));
rv = request->Run();
NS_ASSERTION(NS_SUCCEEDED(rv), "runnable failed");
NS_RELEASE(request);
// let the thread pool know we've finished a run
PR_CEnterMonitor(mPool);