summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-07-11 11:44:03 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-11 19:11:58 +0000
commit5fa66374ed6acbbf730c1c5dd6ee18ce63db340e (patch)
tree0ff0232315505dd1f97735d0b107b9ca3e0daeb5 /dbaccess
parent89c4c2ea0d1c96559e85814805704dfbe053534f (diff)
delete in destructor checkbox created in constructor
Change-Id: Ifceae4c7ffe15bfc62ce34f4463fd4e071403359 fixes: debug build aborts when closing that window Reviewed-on: https://gerrit.libreoffice.org/4835 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/directsql.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/directsql.cxx b/dbaccess/source/ui/dlg/directsql.cxx
index fe5c9721b90f..7df8d159ba91 100644
--- a/dbaccess/source/ui/dlg/directsql.cxx
+++ b/dbaccess/source/ui/dlg/directsql.cxx
@@ -121,6 +121,7 @@ DBG_NAME(DirectSQLDialog)
stopAllComponentListening();
}
delete m_pSQLHistory;
+ delete m_pShowOutput;
DBG_DTOR(DirectSQLDialog,NULL);
}