зеркало из https://github.com/mozilla/pjs.git
Removed the assertion in PR_JoinThread. Returning PR_FAILURE is enough.
This commit is contained in:
Родитель
7078f1149f
Коммит
64297c431f
|
@ -514,8 +514,6 @@ PR_IMPLEMENT(PRStatus) PR_JoinThread(PRThread *thred)
|
|||
PR_SetError(PR_INVALID_ARGUMENT_ERROR, 0);
|
||||
PR_LogPrint(
|
||||
"PR_JoinThread: 0x%X not joinable | already smashed\n", thred);
|
||||
|
||||
PR_ASSERT(!"Illegal thread join attempt");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче