GNOME Bugzilla – Bug 739751
Plug a placeholder leak in the box adaptor
Last modified: 2014-11-07 11:33:10 UTC
gtk_widget_destroy() is not the right counterpart for g_object_ref(), and it is useless anyway to do a ref-unref pair around gtk_container_remove(), so just drop this. This fix makes the placeholder instance count go down again when shrinking the size of a box.
Created attachment 290124 [details] [review] Plug a placeholder leak in the box adaptor
Comment on attachment 290124 [details] [review] Plug a placeholder leak in the box adaptor Thanks, please commit.
Attachment 290124 [details] pushed as 4d7c3d5 - Plug a placeholder leak in the box adaptor