[Python-gtkextra-devel] (no subject)
Status: Beta
Brought to you by:
treeves
From: Chen s. <che...@ya...> - 2001-11-26 02:40:46
|
Hi, I create a GtkWindow and add a GtkPlotCanvas to it, then I destroy the window. I expect the memory of GtkPlotCanvas should be released automatically, but it is not the case. I don't know whether this is a bug or not. while(1): win = GtkWindow() win.add(GtkPlotCanvas(500, 500)) win.destroy() __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 |