summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-07-11 11:44:03 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-11 17:53:27 +0200
commit72e71b829d43144c2991b589b0db96097d7f4fb7 (patch)
tree6e7f3b0d9bd10287f41bb67fd9b0d12f557065d9 /dbaccess
parentuse LanguageTag::getMatchingFallback() (diff)
downloadcore-72e71b829d43144c2991b589b0db96097d7f4fb7.tar.gz
core-72e71b829d43144c2991b589b0db96097d7f4fb7.zip
delete in destructor checkbox created in constructor
Change-Id: Ifceae4c7ffe15bfc62ce34f4463fd4e071403359 fixes: debug build aborts when closing that window
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 cccafea250db..bb73d8adbf37 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);
}