From 72e71b829d43144c2991b589b0db96097d7f4fb7 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 11 Jul 2013 11:44:03 +0200 Subject: delete in destructor checkbox created in constructor Change-Id: Ifceae4c7ffe15bfc62ce34f4463fd4e071403359 fixes: debug build aborts when closing that window --- dbaccess/source/ui/dlg/directsql.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess') 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); } -- cgit