Closed Bug 203979 Opened 23 years ago Closed 23 years ago

leaking default encoder and all its encoders

Categories

(Core Graveyard :: Web Services, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: mozilla)

Details

Attachments

(1 file)

We use macros to create a whole gob of encoders for SOAP in nsSOAPDefaultEncoder_1_1 and _1_2. They are all created with new and never get recleaimed.
with the patch for bug 203836 I introduced a leak of the default encoder itself. So now I need to stop leaking the enclosing object as well.
Status: NEW → ASSIGNED
Summary: leaking encoders from the default encoder → leaking default encoder and all it's encoders
Stops leaks.
Comment on attachment 122898 [details] [diff] [review] as snug as huggies one line patch so we actually delete the nsDefaultEncoder instead of not.
Attachment #122898 - Flags: superreview?(bryner)
Attachment #122898 - Flags: review?(harishd)
Attachment #122898 - Flags: approval1.4?
Whiteboard: needs review/superreview/approval
Comment on attachment 122898 [details] [diff] [review] as snug as huggies r=harishd
Attachment #122898 - Flags: review?(harishd) → review+
Whiteboard: needs review/superreview/approval → needs superreview/approval
Attachment #122898 - Flags: superreview?(bryner) → superreview?(jst)
Comment on attachment 122898 [details] [diff] [review] as snug as huggies Oh yeah, that would do it :-) sr=jst
Attachment #122898 - Flags: superreview?(jst) → superreview+
Whiteboard: needs superreview/approval → needs approval
Comment on attachment 122898 [details] [diff] [review] as snug as huggies a=asa (on behalf of drivers) for checkin to 1.4.
Attachment #122898 - Flags: approval1.4? → approval1.4+
checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: needs approval
Summary: leaking default encoder and all it's encoders → leaking default encoder and all its encoders
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: