Re: NSPR/NSS memory leak
"Wan-Teh Chang" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
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 is https://bugzilla.mozilla.org/show_bug.cgi?id=254987 Wan-Teh