I've got an application where I create two windows. When I destroy one, the memory that is used by this window is not freed although calling gtk_widget_destroy fot that window. I see the memory I used looking at "top".
Can anyone tell me why the memory used by my second window is not freed when I call gtk_widget_destroy for that window ??
thanks a lot
(I am using GTK.1.3.13.)
Isabelle