mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -55,6 +55,7 @@ static PRUintn error_stack_index = INVALID_TPD_INDEX;
|
|||
*/
|
||||
|
||||
static PRCallOnceType error_call_once;
|
||||
static const PRCallOnceType error_call_again;
|
||||
|
||||
/*
|
||||
* error_once_function
|
||||
|
|
@ -264,6 +265,8 @@ nss_DestroyErrorStack(void)
|
|||
{
|
||||
if (INVALID_TPD_INDEX != error_stack_index) {
|
||||
PR_SetThreadPrivate(error_stack_index, NULL);
|
||||
error_stack_index = INVALID_TPD_INDEX;
|
||||
error_call_once = error_call_again; /* allow to init again */
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue