Closed Bug 33929 Opened 24 years ago Closed 24 years ago

MLK: nsSocketTransport objects leak.

Categories

(Core :: Networking, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: bruce, Assigned: ruslan)

References

()

Details

(Keywords: memory-leak)

nsSocketTransport objects leak entirely.  This has some collateral damage as 
they drag down some buffers and other things.  My test case for this is to load 
http://www.visa.com/ in viewer. Shaver has reproduced it with mozilla loading 
the same site.
It's somehow related to cache
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Fixed. The leak resulted from socketTransports being accessed via 
nsISupportedArray::ElementAt, which would increment the refcount. Bloat log 
shows no socket transport leaks at all now.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Yay.  Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.