From: <jam...@fd...> - 2007-01-03 23:37:07
|
Hi, by the way what happends with this code ? that is, is the memory freed after each initialization ? self.Gtrajectory = gcurve(gdisplay=self.clwindow,color=color.yellow) do some plot operation on self.Gtrajectory self.Gtrajectory.gcurve.visible = False del self.Gtrajectory self.Gtrajectory = gcurve(gdisplay=self.clwindow,color=color.yellow) This code cleans the graphic object gcurve but i am not sure that the memory is freed It this code cleaning the memory too ? Is there any other way of cleaning a gcurve object ? Kind regards. jose ============================================ Jose Antonio Martin H. Departamento de Sistemas Informáticos y Computación Facultad de Informática Universidad Complutense de Madrid Ciudad universitaria, 28040 Madrid ============================================ |