On 7/31/07, Lauri Taimila <[EMAIL PROTECTED]> wrote: > > I'm having problems with the latest SVN python bindings and I think that > there is a bug that removes objects from memory before they actually should > be removed. I'm not sure is this the case, but it's my conclusion based on > my limited knowledge of Clutter and C. > > I wrote a short example application to illustrate this problem. Run it and > you'll see that it will crash. As far as I can tell, there is nothing wrong > with the code of this example. >
I'm no Clutter expert, but why would you add and remove g1 and g2 when you can easily show and hide them? You can add them once and that's it. I modified your code and now works, see http://www.pastebin.ca/640344. Still I agree when you say that your code should be right and should work (ie I don't see why it crashes). Matteo
