[Libreoffice-commits] core.git: Branch 'libreoffice-4-1-0' - dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Fri Jul 12 00:07:34 PDT 2013


 dbaccess/source/ui/dlg/directsql.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 50d92e404547917f3829dc25018910960ea0c469
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/4841
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Reviewed-by: Andras Timar <atimar at suse.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