GtkTreeList/Store memory leak?
- From: Mikael Hermansson <tyan linux se>
- To: gtk-devel-list gnome org
- Cc: jrb redhat com
- Subject: GtkTreeList/Store memory leak?
- Date: Mon, 10 Sep 2001 12:23:18 +0200
I am writing a new FileModel and is looking at the Gtk[List/Tree]Store
to find out how the GtkTreeModel thingy works...
One thing I noticed is that I cannot find were the items is free'd
when the TreeStore/ListStore is destroyed.
for example I cannot see any finalize(..) function and if am adding
a g_print("free\n"); line to the gtk_tree_store_remove (...)
it looks like this routine is never called on destroy?
I'm I missing something or is this a memoryleak?
Greets
M.H.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]