Re: GtkCList memory management
- From: Alejandro García Castro <alex igalia com>
- To: martyn 2 russell bt com
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GtkCList memory management
- Date: Tue, 23 Apr 2002 16:29:16 +0200
On Tue, Apr 23, 2002 at 10:47:25AM +0100, martyn 2 russell bt com wrote:
If so, that is a problem in GTK not your code. You are responsible for
cleaning up all the memory you create and GTK is responsible for cleaning up
all the memory it makes. If you call a GTK function passing data, it will
take its own copy and manage it.
Thanks for your answer Martyn. Trying to find how can I free the mem I
made a simple example that creates a GtkList, fills it with rows and
then destroys the object. After this the memory use continues to
be the same, even after the destruction, this is what my top says.
Is there a reference I should unref somewhere? Should I put an
advise in bugzilla?
Greetings.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]