From c3dbe0577a1cbe1b5b3e6debd3674c6767643aa4 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Fri, 30 Sep 2005 20:46:14 +0000 Subject: [PATCH] Bug 310487 thread leak patch by colin@theblakes.com r=timeless sr=darin git-svn-id: svn://10.0.0.236/trunk@181321 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/threads/nsThread.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/xpcom/threads/nsThread.cpp b/mozilla/xpcom/threads/nsThread.cpp index 06fae2920a5..46c923d9298 100644 --- a/mozilla/xpcom/threads/nsThread.cpp +++ b/mozilla/xpcom/threads/nsThread.cpp @@ -145,7 +145,6 @@ nsThread::Exit(void* arg) } self->mDead = PR_TRUE; - self->mThread = nsnull; #if defined(PR_LOGGING) if (nsIThreadLog) {