comparison 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
comparison
equal deleted inserted replaced
944:76c410aff382 945:56ca8f2fd433
361 { 361 {
362 name = node->appData; 362 name = node->appData;
363 363
364 DEBUGPRINTF("Found certificate \"%s\"\n", name); 364 DEBUGPRINTF("Found certificate \"%s\"\n", name);
365 } 365 }
366 /* According to valgrind this leaks memory in the list.
367 We could not find API documentation to better free this
368 so we accept the leakage here in case of debug. */
366 CERT_DestroyCertList(list); 369 CERT_DestroyCertList(list);
367 NSS_Shutdown(); 370 NSS_Shutdown();
368 } 371 }
369 else 372 else
370 { 373 {

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