[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Thu Jul 11 12:11:45 PDT 2013
dbaccess/source/ui/dlg/directsql.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 41ea132f7ba659a24d3e016077f2b9b40b473a61
Author: Lionel Elie Mamane <lionel at 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/4845
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/dbaccess/source/ui/dlg/directsql.cxx b/dbaccess/source/ui/dlg/directsql.cxx
index 2f57720..cb8a895 100644
--- a/dbaccess/source/ui/dlg/directsql.cxx
+++ b/dbaccess/source/ui/dlg/directsql.cxx
@@ -122,6 +122,7 @@ DBG_NAME(DirectSQLDialog)
stopAllComponentListening();
}
delete m_pSQLHistory;
+ delete m_pShowOutput;
DBG_DTOR(DirectSQLDialog,NULL);
}
More information about the Libreoffice-commits
mailing list