I currently have an application that is based on NSS.  Unfortunately, I
cannot post any of the code, but it seems to have a memory leak.  It uses
thread pools and seems to leak about 2K per connection.  I have run
valgrind against the binaries on linux and there seems to be a leak
surrounding the CERT_GetCertNicknames function.  The real problem is that
this function is only called once inside of my program, but never again. 
Valgrind is giving hints about still reachable blocks and possible leaks
but the only definite seems to be from that function.  Does anyone have a
clue of some tricks I might be able to use or anything else that might be
going on?

-David
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to