[pygtk] gtk.Builder and memory leak...

Laszlo Pandy laszlok2 at gmail.com
Mon Apr 11 00:41:51 WST 2011


2011/4/8 Hakan K <hakkan.k at hotmail.com>:
> * i know that if i create window at application start and use show/hide
> method, it will work. But i want to solve and understand this problem :)

I think the usual way to use gtk.builder is to create a window from
it, and never destroy it. Just use show and hide if you want to reuse
it.

So most developers won't care to fix a memory leak if no one uses
gtk.builder like that. This might explain the lack of response so far.


More information about the pygtk mailing list