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.
This commit is contained in:
wtchang%redhat.com 2007-01-13 01:20:41 +00:00
Родитель b6e35b8cde
Коммит a3aa4908bb
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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);
}