[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Thu Jul 11 12:12:20 PDT 2013
dbaccess/source/ui/dlg/directsql.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5fa66374ed6acbbf730c1c5dd6ee18ce63db340e
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/4835
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-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 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);
}
More information about the Libreoffice-commits
mailing list