Closed
Bug 219521
Opened 22 years ago
Closed 22 years ago
nsDragService leaks gdk window because it shuts down after event loop
Categories
(Core Graveyard :: GFX: Gtk, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6alpha
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: memory-leak, Whiteboard: [patch])
Attachments
(2 files)
5.82 KB,
patch
|
blizzard
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
5.92 KB,
patch
|
blizzard
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
nsDragService leaks one gdk window because it shuts down after the main event
loop does. I'll attach a patch that fixes this leak.
Assignee | ||
Comment 1•22 years ago
|
||
meant to assign to self
Assignee: blizzard → dbaron
Keywords: mlk
Priority: -- → P3
Whiteboard: [patch]
Target Milestone: --- → mozilla1.6alpha
Assignee | ||
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
Did you want this reviewed? (If so, what about gtk2? :)
Assignee | ||
Comment 4•22 years ago
|
||
Comment on attachment 131636 [details] [diff] [review]
patch
Sure, although I'm not crazy about adding this much code to fix what's just a
shutdown leak, except that it does make it easier to find real leaks (like bug
219536).
Attachment #131636 -
Flags: superreview?(bryner)
Attachment #131636 -
Flags: review?(blizzard)
Assignee | ||
Comment 5•22 years ago
|
||
Oh, GTK2. I guess I should see if GTK2 has the same problem. I don't have a
GTK2 debug tree right now, though. I probably ought to, for both leaks and
broken opacity.
Updated•22 years ago
|
Attachment #131636 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Comment 6•22 years ago
|
||
The same is true for GTK2. Here's the GTK2 patch.
Assignee | ||
Updated•22 years ago
|
Attachment #132225 -
Flags: superreview?(bryner)
Attachment #132225 -
Flags: review?(blizzard)
Updated•22 years ago
|
Attachment #132225 -
Flags: superreview?(bryner) → superreview+
Updated•22 years ago
|
Attachment #132225 -
Flags: review?(blizzard) → review+
Updated•22 years ago
|
Attachment #131636 -
Flags: review?(blizzard) → review+
Assignee | ||
Comment 7•22 years ago
|
||
Fix checked in to trunk, 2003-10-29 17:48 -0800.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•