Bugzilla bug #38599: removed an extra semicolon.

This commit is contained in:
wtc%netscape.com 2000-06-09 01:23:58 +00:00
parent 85ab244afe
commit 5deb522567

View File

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