GNOME Bugzilla – Bug 645966
gtk-demo leaks a GtkSizeGroup
Last modified: 2014-07-20 06:12:25 UTC
Created attachment 184473 [details] Leak tool for objects The size group demo in gtk-demo leaks a GtkSizeGroup. That's not important by itself, but I am seeing a GtkSizeGroup in Gnumeric that I am hard pressed at explaining given that the code in question does not explicitly do anything with size groups. Note: "leak" here means that the object is allocated, but never finalized. At exit it has ref_count==1 and has no widgets in its list. I will attach a tool that helps in debugging this kind of thing. Run it as... LD_PRELOAD=.../gobject-list/libgobject-list.so gtk-demo Double-click on "Size Groups" and close both windows.