From def2df4657614fc36460ec3706a29d0c4b793f00 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 14 Feb 2011 04:46:58 +0100 Subject: [PATCH] Delete setStateReply too. --- file.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/file.cpp b/file.cpp index 4c9377a..279c1f5 100644 --- a/file.cpp +++ b/file.cpp @@ -22,6 +22,11 @@ File::File(const QFileInfo &file, QObject *parent) : QObject(parent) File::~File() { + if (setStateReply) + { + delete setStateReply; + setStateReply = 0; + } if (markReply) { delete markReply; -- 2.52.0