Ticket #1251 (accepted defect)
ListStore+TreeView leaks memory when destroyed
| Reported by: | guest | Owned by: | dmwit |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general (Gtk+, Glib) | Version: | 0.12.4 |
| Keywords: | Cc: | randrew@… |
Description
Creating a ListStore? and TreeView? appears to leak the memory used by its rows when the TreeView? is destroyed with widgetDestroy. Or perhaps I am doing something incorrectly. I constructed a trivial example that, when a button is clicked, creates TreeView?+ListStore? and fills it with 10000 randomly generated rows of Strings after destroying the previous TreeView?. The Strings appear to never be collected.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.