]> Pileus Git - ~andy/gtk/commit
Fix a refcounting issues in GtkPlug
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Feb 2010 01:08:22 +0000 (20:08 -0500)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:08 +0000 (20:56 -0400)
commit6247ef7a328f978461fc58c88ffeb9aedc24be6d
tree76fcd2435ce1566c0304377acd73056593192cc8
parent2c53b675c349271549631abb95bbd2a9267056e9
Fix a refcounting issues in GtkPlug

When the foreign window already has a GdkWindow, we forget to take
an extra references, leading to crashes later on. Patch by
Karl Tomlinson, bug 607061.
gtk/gtkplug.c