Bugzilla bug #38599: removed an extra semicolon.

This commit is contained in:
wtc%netscape.com 2000-06-09 01:23:58 +00:00
Родитель 85ab244afe
Коммит 5deb522567
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -742,7 +742,7 @@ static void _pt_thread_death(void *arg)
if (NULL != thred->errorString)
PR_Free(thred->errorString);
PR_Free(thred->stack);
if (NULL != thred->syspoll_list);
if (NULL != thred->syspoll_list)
PR_Free(thred->syspoll_list);
#if defined(_PR_POLL_WITH_SELECT)
if (NULL != thred->selectfd_list)