mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
[NSS] revert "sync with https://github.com/roytam1/NSS/tree/NSS_3_48_UXP_BRANCH", this should fix a crash when browsing
This commit is contained in:
parent
4e45ee69e0
commit
24413daff9
23 changed files with 275 additions and 134 deletions
|
|
@ -1391,6 +1391,7 @@ TokenCRLStillExists(CERTSignedCrl* crl)
|
|||
arena = NSSArena_Create();
|
||||
PORT_Assert(arena);
|
||||
if (!arena) {
|
||||
(void)nssToken_Destroy(instance.token);
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
|
|
@ -1412,6 +1413,7 @@ TokenCRLStillExists(CERTSignedCrl* crl)
|
|||
xstatus = PR_FALSE;
|
||||
}
|
||||
NSSArena_Destroy(arena);
|
||||
(void)nssToken_Destroy(instance.token);
|
||||
return xstatus;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue