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

Unified Diff: nss/lib/dev/devutil.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/dev/devutil.c
diff --git a/nss/lib/dev/devutil.c b/nss/lib/dev/devutil.c
index 9d1aaf6588ee2cb2a1aafd2a45eab6fb8826eb9f..400b69d7ce09d9f2d22f8d0a37620c068a0ab4d8 100644
--- a/nss/lib/dev/devutil.c
+++ b/nss/lib/dev/devutil.c
@@ -579,6 +579,7 @@ get_token_objects_for_cache (
&numObjects,
&status);
if (status != PR_SUCCESS) {
+ nss_ZFreeIf(objects);
return status;
}
for (i=0; i<numObjects; i++) {

Powered by Google App Engine
This is Rietveld 408576698