From: daid303 Date: Thu, 21 Feb 2013 08:16:17 +0000 (+0100) Subject: Plug the biggest part of the memory leak. X-Git-Tag: 13.03~43 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=948b21a86d3ff77d328b27d26ee7752409ad4dcc;p=cura.git Plug the biggest part of the memory leak. --- diff --git a/Cura/gui/sliceProgressPanel.py b/Cura/gui/sliceProgressPanel.py index 91cea9ac..6fd87685 100644 --- a/Cura/gui/sliceProgressPanel.py +++ b/Cura/gui/sliceProgressPanel.py @@ -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): diff --git a/Cura/resources/images/splash.png b/Cura/resources/images/splash.png index 94141f54..08aa113c 100644 Binary files a/Cura/resources/images/splash.png and b/Cura/resources/images/splash.png differ