Author: bugman
Date: Tue Feb  3 15:57:54 2015
New Revision: 27476

URL: http://svn.gna.org/viewcvs/relax?rev=27476&view=rev
Log:
Improved memory management in the relaxation dispersion GUI analysis.

The dispersion model list window is now destroyed in the GUI analysis delete() 
method.


Modified:
    trunk/gui/analyses/auto_relax_disp.py

Modified: trunk/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_relax_disp.py?rev=27476&r1=27475&r2=27476&view=diff
==============================================================================
--- trunk/gui/analyses/auto_relax_disp.py       (original)
+++ trunk/gui/analyses/auto_relax_disp.py       Tue Feb  3 15:57:54 2015
@@ -409,6 +409,10 @@
             self.peak_wizard.Destroy()
             del self.peak_wizard
 
+        # Destroy the model list windows.
+        self.model_field.model_win.Destroy()
+        del self.model_field
+
 
     def execute(self, event):
         """Set up, execute, and process the automatic Rx analysis.


_______________________________________________
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

Reply via email to