I'm doing a large number of calls to
p = gtk.gdk.pixbuf_new_from_file(f)
...
del p
and am finding that the process consumes more and more memory as it 
goes on.  Should I expect the del to free up the memory used by the 
loaded image, or is there some kind of 'close' call I need to be 
invoking first?
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to