From 9971ca04e3017c9cdc16031e2321aefdbbe7e97c Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Sat, 26 Jun 2010 21:11:34 +0200 Subject: [PATCH] Forgot about the refreshTimer in the destructor. --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2f7504b..b2f34b2 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -64,6 +64,7 @@ MainWindow::MainWindow(QWidget *parent) : MainWindow::~MainWindow() { delete ui; + delete refreshTimer; delete scene; } -- 1.7.9.5