GNOME Bugzilla – Bug 636822
CellLayout SET_CELL_DATA_FUNC memory leak
Last modified: 2011-10-03 15:14:08 UTC
Created attachment 176105 [details] [review] patch As mentioned on the mailing list, the way GtkCellLayout.xs wrangles the C callback func to SET_CELL_DATA_FUNC() seems to leak memory. The program attached uses ever more memory. Perhaps a note for the docs for now, and a todo test case.
Created attachment 176106 [details] leaking program
Should now be fixed in git master.