"Hibberd, Elisabeth" wrote:
>
> have got a problem with 'gtk_window_set_title'.
> On runtime when 'gtk_window_set_title' is called, it now and then
> allocates memory space (not all the time)..
> So the process gets bigger and bigger.
gtk_window_set_title() will copy the title string you pass to it,
so maybe you need to free your own copy?
Though people often report 'My process gets bigger & bigger'.
It is common for processes to grow over time. As long as it doesn't
grow too fast you should be OK.
Damon
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.