Closed
Bug 545297
Opened 16 years ago
Closed 16 years ago
don't add an extra reference to GtkPlug::socket_window with versions of GTK that already add a reference
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(status1.9.2 .4-fixed)
RESOLVED
FIXED
mozilla1.9.3a4
Tracking | Status | |
---|---|---|
status1.9.2 | --- | .4-fixed |
People
(Reporter: karlt, Assigned: karlt)
References
Details
(Whiteboard: [fixed-lorentz])
Attachments
(1 file)
1.45 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
In bug 539897 the refcount of the GtkPlug::socket_window was incremented to work around a missing increment in GTK. Now that recent versions of GTK already correctly increment, we need to stop incrementing again with these versions.
http://git.gnome.org/browse/gtk+/commit/?id=beddf67e562e1670d692cb9ba0a2546713cc80fc
Assignee | ||
Comment 1•16 years ago
|
||
GTK 2.18.7 is the first release to contain the above commit.
http://mail.gnome.org/archives/gtk-devel-list/2010-February/msg00026.html
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #434781 -
Flags: review?(jones.chris.g)
![]() |
||
Updated•16 years ago
|
Attachment #434781 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a4
Comment 4•16 years ago
|
||
http://hg.mozilla.org/projects/firefox-lorentz/rev/05f292fe7c2f
merged to 1.9.2 for 1.9.2.4
status1.9.2:
--- → .4-fixed
Whiteboard: [fixed-lorentz]
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•