Mercurial > trustbridge
diff cinst/mozilla.c @ 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 | 18e3ad073b38 |
children | b3695a3399de |
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(); }