After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321549 - GtkSizeGroup objects are leaking
GtkSizeGroup objects are leaking
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Keyboard
2.13.x
Other Linux
: High normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-15 21:25 UTC by Jaap A. Haitsma
Modified: 2006-01-03 09:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Obvious patch (1.28 KB, patch)
2005-11-15 21:26 UTC, Jaap A. Haitsma
committed Details | Review

Description Jaap A. Haitsma 2005-11-15 21:25:37 UTC
To make sure that an object of GtkSizeGroup gets freed it needs to be unreffed
after all items to be grouped have been added to it. 
Patch coming up
Comment 1 Jaap A. Haitsma 2005-11-15 21:26:57 UTC
Created attachment 54805 [details] [review]
Obvious patch
Comment 2 Jaap A. Haitsma 2005-12-11 10:51:57 UTC
Can somebody apply the attached patch?

Thanks
Comment 3 Sebastien Bacher 2005-12-30 15:57:40 UTC
Thanks for your bug. Feel free to commit the patch
Comment 4 Rodrigo Moya 2006-01-03 09:48:58 UTC
Will commit this to HEAD in 2 minutes, thanks for the patch.