Nicolas Dufresne 1f9bdcad87 gstgtk: Don't leak the widget
g_object_get() returns a ref, gtk_container_add() only ref_sink().
That mean we still need to unref afterward. This leak was hiding
a reference bug previously present.
2015-06-11 12:41:49 -04:00
..
2015-06-11 12:41:49 -04:00
2015-02-21 18:56:23 +00:00
2015-06-11 22:01:03 +10:00