Tag: cws_src680_dba204c User: fs Date: 2006/07/21 04:14:16 Modified: dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx
Log: still #i67635#: ooops don't access a NULL m_pColumns in disposing ... File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ComponentDefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx?r1=1.9.4.1&r2=1.9.4.2 Delta lines: +4 -3 ------------------- --- ComponentDefinition.cxx 21 Jul 2006 11:03:37 -0000 1.9.4.1 +++ ComponentDefinition.cxx 21 Jul 2006 11:14:14 -0000 1.9.4.2 @@ -4,9 +4,9 @@ * * $RCSfile: ComponentDefinition.cxx,v $ * - * $Revision: 1.9.4.1 $ + * $Revision: 1.9.4.2 $ * - * last change: $Author: fs $ $Date: 2006/07/21 11:03:37 $ + * last change: $Author: fs $ $Date: 2006/07/21 11:14:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -193,6 +193,7 @@ void SAL_CALL OComponentDefinition::disposing() { OContentHelper::disposing(); + if ( m_pColumns.get() ) m_pColumns->disposing(); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
