mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Update NSS to 3.36.4-RTM
This commit is contained in:
parent
099459dec0
commit
fe96962962
148 changed files with 5550 additions and 5825 deletions
|
|
@ -923,9 +923,11 @@ nssPKIObjectCollection_AddInstanceAsObject(
|
|||
return PR_FAILURE;
|
||||
}
|
||||
if (!node->haveObject) {
|
||||
nssPKIObject *original = node->object;
|
||||
node->object = (*collection->createObject)(node->object);
|
||||
if (!node->object) {
|
||||
/*remove bogus object from list*/
|
||||
nssPKIObject_Destroy(original);
|
||||
nssPKIObjectCollection_RemoveNode(collection, node);
|
||||
return PR_FAILURE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue