Closed
Bug 220430
Opened 21 years ago
Closed 7 years ago
[Gtk2]GDK window leaked at shutdown by nsClipboard
Categories
(Core :: Widget: Gtk, defect, P4)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: memory-leak)
widget/src/gtk2/nsClipboard.cpp leaks a GDK window at shutdown since it doesn't
release the widget created by gtk_invisible_new until after the event queue has
stopped running.
Assignee | ||
Updated•21 years ago
|
Comment 2•18 years ago
|
||
Looks ok as long as someone destroys the nsClipboard object?
http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/widget/src/gtk2/nsClipboard.cpp&rev=1.27&root=/cvsroot&mark=128-129,137#126
Component: GFX: Gtk → Widget: Gtk
Updated•15 years ago
|
QA Contact: ian → gtk
Comment 3•7 years ago
|
||
David, we removed gtk2 in bug 1278282. Is this one still relevant?
Thanks
Flags: needinfo?(dbaron)
Assignee | ||
Comment 4•7 years ago
|
||
Code appears to no longer be present.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(dbaron)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•