dbaccess/source/ui/dlg/directsql.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5fa66374ed6acbbf730c1c5dd6ee18ce63db340e Author: Lionel Elie Mamane <lio...@mamane.lu> Date: Thu Jul 11 11:44:03 2013 +0200 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 <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/dbaccess/source/ui/dlg/directsql.cxx b/dbaccess/source/ui/dlg/directsql.cxx index fe5c972..7df8d15 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); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits