mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bugzilla bug #38599: removed an extra semicolon.
This commit is contained in:
parent
85ab244afe
commit
5deb522567
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user