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

Unified Diff: nss/lib/util/utilmod.c

Issue 70673004: Update to NSS 3.15.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Update to NSS 3.15.3 Created 7 years, 1 month 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/util/utilmod.c
===================================================================
--- nss/lib/util/utilmod.c (revision 233722)
+++ nss/lib/util/utilmod.c (working copy)
@@ -358,6 +358,7 @@
status = PR_Access(olddbname, PR_ACCESS_EXISTS);
if (status == PR_SUCCESS) {
PR_smprintf_free(olddbname);
+ PORT_ZFree(moduleList, useCount*sizeof(char **));
wtc 2013/11/12 23:01:19 This is upstream changeset https://hg.mozilla.org/
PORT_SetError(SEC_ERROR_LEGACY_DATABASE);
return NULL;
}
« nss/lib/certhigh/ocsp.c ('K') | « nss/lib/util/secport.c ('k') | nss/lib/util/utilpars.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698