Leak in nspr

Vinu <[email protected]> Mon, 22 Aug 2011 05:37:38 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.nspr
Organization http://groups.google.com
Message-ID <[email protected]>
Hi,

We use nspr/nss for SSL communication as an SSL client.

With each connection and subsequent closing uisng PR_Close(we dont do
a PR_Shutdown), we observe a memory leak of around 2K bytes.

I see this when i check the heap allocations using WinDbg on a windows
XP box.

This is with nspr 4.6.4 and nss 3.11.4 on a windows box.

The NSPR/NSS dlls were got as binaries from the download site. We
didnt build them on our side.

Is this a known issue and if so, is there a later version where this
has been resolved.

Thanks