[GRASS-SVN] r69841 - grass/branches/releasebranch_7_2/gui/wxpython/tplot

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 16 14:51:49 PST 2016


Author: annakrat
Date: 2016-11-16 14:51:49 -0800 (Wed, 16 Nov 2016)
New Revision: 69841

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: close database connection when quitting

Modified: grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py	2016-11-16 20:32:44 UTC (rev 69840)
+++ grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py	2016-11-16 22:51:49 UTC (rev 69841)
@@ -133,6 +133,7 @@
         if self._giface.GetMapDisplay():
             self.coorval.OnClose()
             self.cats.OnClose()
+        self.__del__()
         self.Destroy()
 
     def _layout(self):



More information about the grass-commit mailing list