Użytkownik Paul McNett napisał: > dabo Commit > Revision 5489 > Date: 2009-10-24 08:16:37 -0700 (Sat, 24 Oct 2009) > Author: Paul > Trac: http://trac.dabodev.com/changeset/5489 > > Changed: > U trunk/dabo/dApp.py > > Log: > Applied Jacek's patch in ticket #1297 to explicitly release the login dialog. > I'm not > honestly sure why this is needed, as it should fall out of scope. Before my > changes > of last week, it would have gotten attached to the MainForm so I could see > why it > would have stayed in memory, but now it doesn't get attached to any form so I > don't > know what could be holding the reference to it. >
It's because all dialogs require explicit call of Destroy() method to release from memory. Thanks Paul. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
