User: ihi     
Date: 2006/08/04 06:55:41

Modified:
   dba/dbaccess/source/core/api/preparedstatement.cxx

Log:
 INTEGRATION: CWS dba204c (1.13.28); FILE MERGED
 2006/08/01 13:56:38 fs 1.13.28.2: #i10000#
 2006/07/21 11:02:13 fs 1.13.28.1: during #i67635#: don't delete m_pColumns in 
::disposing, but in the dtor only

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: preparedstatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/preparedstatement.cxx?r1=1.13&r2=1.14
Delta lines:  +5 -7
-------------------
--- preparedstatement.cxx       20 Jun 2006 02:39:29 -0000      1.13
+++ preparedstatement.cxx       4 Aug 2006 13:55:39 -0000       1.14
@@ -91,13 +91,11 @@
 //--------------------------------------------------------------------------
 OPreparedStatement::~OPreparedStatement()
 {
-       DBG_DTOR(OPreparedStatement, NULL);
-       if ( m_pColumns )
-       {
                m_pColumns->acquire();
                m_pColumns->disposing();
                delete m_pColumns;
-       }       
+
+    DBG_DTOR(OPreparedStatement, NULL);
 }
 
 // com::sun::star::lang::XTypeProvider




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to