summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/toolbar/toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 0769f57..1640c01 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -500,6 +500,7 @@ void Toolbar::showInformationDialog()
{
InformationDialog* d = new InformationDialog();
d->exec();
+ d->deleteLater();
}
void Toolbar::onBtnAttention()