Re: Need help to find origin of a memory leakage

2007-10-07 Thread David Tremouilles
Finaly catch the memory leak I was fighting with Was a tricky one, but the solution was simple: I had to include the contents of the notebook tab in a frame. Otherwise the memory is not released when you remove the tab. Any idea why is it like that??? Could it be kind of pygtk bug? I attach

Need help to find origin of a memory leakage

2007-10-04 Thread David Tremouilles
hello, I'm struggling with a memory leakage of my app for quite some time. Could somebody help? I join a demo program in attachment. The problem is that the memory consumption keeps on increasing while opening and closing tabs. In the demo attached a click on "button" will open a new tab. If, f