[PATCH] Free secitem list after usage

Wald Commits scm-commit at wald.intevation.org
Thu May 22 18:07:07 CEST 2014


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1400774822 0
# Node ID f115da3645d55cd7173855cb80a7873b120b469e
# Parent  aee3eb10bbba50fc8c7de2c28ad8f9a4d0b160dd
Free secitem list after usage.

diff -r aee3eb10bbba -r f115da3645d5 cinst/mozilla.c
--- a/cinst/mozilla.c	Thu May 22 15:18:06 2014 +0000
+++ b/cinst/mozilla.c	Thu May 22 16:07:02 2014 +0000
@@ -558,6 +558,8 @@
       NSS_Shutdown();
     }
 
+  seciteml_free(certs);
+
   return success;
 }
 


More information about the Trustbridge-commits mailing list