Author: bugman
Date: Tue Feb 3 15:27:54 2015
New Revision: 27471
URL: http://svn.gna.org/viewcvs/relax?rev=27471&view=rev
Log:
Improved memory management in the model-free GUI analysis.
The local tm and model-free model windows are now destroyed in the GUI analysis
delete() method.
Modified:
trunk/gui/analyses/auto_model_free.py
Modified: trunk/gui/analyses/auto_model_free.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_model_free.py?rev=27471&r1=27470&r2=27471&view=diff
==============================================================================
--- trunk/gui/analyses/auto_model_free.py (original)
+++ trunk/gui/analyses/auto_model_free.py Tue Feb 3 15:27:54 2015
@@ -570,6 +570,12 @@
# Destroy the mode selection window.
self.mode_win.Destroy()
del self.mode_win
+
+ # Destroy the model list windows.
+ self.local_tm_model_field.model_win.Destroy()
+ del self.local_tm_model_field
+ self.mf_model_field.model_win.Destroy()
+ del self.mf_model_field
def execute(self, event=None):
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits