mailr27476 - /trunk/gui/analyses/auto_relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 03, 2015 - 15:57:
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.




Related Messages


Powered by MHonArc, Updated Tue Feb 03 16:20:02 2015