Re: NSPR/NSS memory leak
Vinu <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Sep 28, 12:50 am, "Wan-Teh Chang" <[email protected]> wrote: > On 9/27/07, Wan-Teh Chang <[email protected]> wrote: > > > On 9/25/07, Vinu <[email protected]> wrote: > > > Hi All, > > > > I have a dll in Windows which uses NSS 3.11.4 and NSPR 3.6.4. > > > The dll does a PR_Init during Load. > > > > Now, I have an application(.exe)which loads this dll dynamically using > > > LoadLibrary and then unloads it using FreeLibrary. > > > So after LoadLibrary and FreeLibrary I expect NO memory leak in my > > > application. > > > > But however i see an increase of 2 threads the moment a call to > > > PR_Init is made. > > By the way, the bug report for these two internal threads ishttps://bugzilla.mozilla.org/show_bug.cgi?id=254987 > > Wan-Teh Hello Wan-Teh, Thank you for your response. It was really helpful. Vinu