Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: nss/lib/ckfw/object.c

Issue 1504923011: Update NSS to 3.21 RTM and NSPR to 4.11 RTM (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/lib/ckfw/object.c
diff --git a/nss/lib/ckfw/object.c b/nss/lib/ckfw/object.c
index bc82917940670b273219390e3ac5ae076372ca75..661977e6dba937d3a57a370ce583dc762e0c4a43 100644
--- a/nss/lib/ckfw/object.c
+++ b/nss/lib/ckfw/object.c
@@ -171,6 +171,7 @@ nssCKFWObject_Create
if( CKR_OK == *pError ) {
*pError = CKR_GENERAL_ERROR;
}
+ nss_ZFreeIf(fwObject);
return (NSSCKFWObject *)NULL;
}

Powered by Google App Engine
This is Rietveld 408576698