chiark / gitweb /
Plug the biggest part of the memory leak.
authordaid303 <daid303@gmail.com>
Thu, 21 Feb 2013 08:16:17 +0000 (09:16 +0100)
committerdaid303 <daid303@gmail.com>
Thu, 21 Feb 2013 08:16:17 +0000 (09:16 +0100)
Cura/gui/sliceProgressPanel.py
Cura/resources/images/splash.png

index 91cea9ac3253fdda40a507ef9b934d98152fad40..6fd87685c6510f561b8d420685868ca963cbbfed 100644 (file)
@@ -131,6 +131,7 @@ class sliceProgressPanel(wx.Panel):
                self.abort = True
                if self.mainWindow.preview3d.reloadModelFiles(self.filelist):
                        self.mainWindow.preview3d.setViewMode("GCode")
+               self.thread = None
                taskbar.setBusy(self.GetParent(), False)
        
        def SetProgress(self, stepName, layer, maxLayer):
index 94141f5496e560a61ce4d2723fbafd01aa30dfd1..08aa113c1af2f36474b6528ab6383567d5d6c08e 100644 (file)
Binary files a/Cura/resources/images/splash.png and b/Cura/resources/images/splash.png differ