[matplotlib-devel] memory leak: gtk.gdk.Pixbuf and gtk.gdk.GCX11 with gtkagg backend

2008-10-01 Thread Mátyás János
Hi, I'm looking for memory leaks in a python application and found leaks in matplotlib. The application is graphic intensive. Each time it updates the screen, matplotlib allocates another 5-10 megabytes memory for the new gtk.gdk.Pixbuf and gtk.gdk.GCX11 while does not free up the buffers

Re: [matplotlib-devel] memory leak: gtk.gdk.Pixbuf and gtk.gdk.GCX11 with gtkagg backend

2008-10-01 Thread Eric Firing
Mátyás János wrote: Hi, I'm looking for memory leaks in a python application and found leaks in matplotlib. The application is graphic intensive. Each time it updates the screen, matplotlib allocates another 5-10 megabytes memory for the new gtk.gdk.Pixbuf and gtk.gdk.GCX11 while does not