Closed Bug 42586 Opened 25 years ago Closed 25 years ago

leak of nsSocketTransport, nsPipe, etc.

Categories

(Core :: Networking, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: dbaron, Assigned: gagan)

References

()

Details

(Keywords: memory-leak, Whiteboard: [tind-mlk])

In the tinderbox bloat test, we leak an nsSocketTransport (3 refs, 2 of which held by nsPipe objects) and 2 nsPipe objects (2 refs each, held by nsSocketTransport, I think). The nsSocketTransport owns an nsSocketTransportService which owns an nsStringBundle. I still don't understand why the nsSocketTransport is leaked (i.e., where the 3d ref. comes from, or if the problem is circular references).
Keywords: mlk
Whiteboard: [tind-mlk]
fix checked in, we were re-entering the service manager when LateInit()-ing the socket transport service.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
QA Contact: tever → benc
You need to log in before you can comment on or make changes to this bug.