Bugzilla bug 362768: restored the _pt_thread_death call in _PR_Fini because

the cause of the hang on Mozilla shutdown (JavaScript bug 366869) has been
fixed.


git-svn-id: svn://10.0.0.236/trunk@218263 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2007-01-13 01:20:41 +00:00
parent 79032612b9
commit 12ebcb03ec

View File

@ -987,9 +987,7 @@ static void _PR_Fini(void)
_PT_PTHREAD_GETSPECIFIC(pt_book.key, thred);
if (NULL != thred)
{
#if 0 /* see bug 362768 comment 14 */
_pt_thread_death(thred);
#endif
rv = pthread_setspecific(pt_book.key, NULL);
PR_ASSERT(0 == rv);
}