Re: is there a memory leak problem with gtk_widget_queue_draw()?

2007-09-09 Thread okty
nd, with a simple test application whether gtk_widget_queue_draw() causes such a problem or not as Jim suggested. I will check and inform. thanks, Onur Fernando ApesteguĂ­a wrote: > > On 9/6/07, okty <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am using GLib

is there a memory leak problem with gtk_widget_queue_draw()?

2007-09-07 Thread okty
Hi, I am using GLib's memory profiling to check memory usage of my program. I noticed that for each refresh in my screen with gtk_widget_queue_draw(), I am checking my allocated memory and each refresh increases the size of allocated memory. Do you know any memory leak problem in gtk_widget_queue