GNOME Bugzilla – Bug 740595
group: Fix a memory leak
Last modified: 2014-11-23 22:34:11 UTC
.
Created attachment 291324 [details] [review] group: Fix a memory leak
Review of attachment 291324 [details] [review]: LGTM
Comment on attachment 291324 [details] [review] group: Fix a memory leak Pushed to master. Although this does make me wonder if we should use GSlice for this allocation (since it's just two pointers). Malloc would have at least one pointer of overhead (for allocation size) that gslice would not by using magazines.