changeset 945:56ca8f2fd433

Add comment about a leak in NSS
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 26 Aug 2014 17:03:18 +0200
parents 76c410aff382
children 171124737c76
files cinst/mozilla.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cinst/mozilla.c	Tue Aug 26 17:03:03 2014 +0200
+++ b/cinst/mozilla.c	Tue Aug 26 17:03:18 2014 +0200
@@ -363,6 +363,9 @@
 
           DEBUGPRINTF("Found certificate \"%s\"\n", name);
         }
+      /* According to valgrind this leaks memory in the list.
+         We could not find API documentation to better free this
+         so we accept the leakage here in case of debug. */
       CERT_DestroyCertList(list);
       NSS_Shutdown();
     }

http://wald.intevation.org/projects/trustbridge/