On Tue, 8 May 2001, Cathleen Wang wrote:
> Hook, please take a look at your check ins from last night.
> Memory leak skyrocketed today!  We need help figuring it out...
> 
> Tracy Walker wrote:
> > ftp://ftp.mozilla.org/pub/data/leaks/leaks_results_daily.html

>From ftp://ftp.mozilla.org/pub/data/leaks/010508/gtol.LEAKS it looks
like the problem is that revision 1.23 of imgRequestProxy.cpp has:
|mLock = PR_NewLock();| in both the constructor and in the |Init| method
so it's leaking the one created in the constructor.

Filed http://bugzilla.mozilla.org/show_bug.cgi?id=79460

-David

-- 
L. David Baron        <URL: http://www.people.fas.harvard.edu/~dbaron/ >
Mozilla Contributor                      <URL: http://www.mozilla.org/ >
Invited Expert, W3C CSS WG          <URL: http://www.w3.org/Style/CSS/ >

Reply via email to