summaryrefslogtreecommitdiffstats
path: root/consistencycheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'consistencycheck.cpp')
-rw-r--r--consistencycheck.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/consistencycheck.cpp b/consistencycheck.cpp
index 7e463a2..1583093 100644
--- a/consistencycheck.cpp
+++ b/consistencycheck.cpp
@@ -101,6 +101,10 @@ ConsistencyCheck::ConsistencyCheck(QWidget *parent, Qt::WindowFlags f) : SmDialo
setMinimumWidth(600);
}
+ConsistencyCheck::~ConsistencyCheck(){
+ mChecker->deleteLater();
+}
+
void ConsistencyCheck::setProgressBarMax(int max){
mProgress->reset();
mProgress->setMaximum(max);