diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-11 11:44:03 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-11 17:53:27 +0200 |
commit | 72e71b829d43144c2991b589b0db96097d7f4fb7 (patch) | |
tree | 6e7f3b0d9bd10287f41bb67fd9b0d12f557065d9 /dbaccess | |
parent | 38522416bd6a85f206b8c294726dd2e3d6a63567 (diff) |
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.cxx | 1 |
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); } |