Mem leak in pixbuf engine

2005-10-31 Thread Detlef Reichl
Hi, i think i found a pixmap leak in the pixbuf engine. The following small program simply shows an continually updated progressbar. I also tried it with other widgets, but it seems to be a progressbar problem. If i watch it in xrestop with a simple color theme all seems ok, but if i switch to a

Re: Mem leak in pixbuf engine

2005-11-02 Thread Detlef Reichl
On Mi, 2005-11-02 at 10:33 +0300, Nickolay V. Shmyrev wrote: > В Пнд, 31/10/2005 в 17:46 +0100, Detlef Reichl пишет: > > Hi, > > > > i think i found a pixmap leak in the pixbuf engine. The following small > > program simply shows an continually updated progressbar. I a

Re: g_list_first()

2005-11-28 Thread Detlef Reichl
On Mo, 2005-11-28 at 15:24 -0400, Elmano Carvalho wrote: > Hello, > > I am writing an application that uses Singly-Linked Lists for adding > and removing elements on that list. > > I need to go through the list, identify each element and remove them > on the go... > > As the subject suggests,