Tag: cws_src680_oj14 User: fs Date: 2007-06-06 06:04:14+0000 Log: dispose the parameters container
File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.137.4.12&r2=1.137.4.13 Delta lines: +4 -3 ------------------- --- RowSet.cxx 2007-06-05 20:53:12+0000 1.137.4.12 +++ RowSet.cxx 2007-06-06 06:04:12+0000 1.137.4.13 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.cxx,v $ * - * $Revision: 1.137.4.12 $ + * $Revision: 1.137.4.13 $ * - * last change: $Author: fs $ $Date: 2007/06/05 20:53:12 $ + * last change: $Author: fs $ $Date: 2007/06/06 06:04:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -628,7 +628,7 @@ } // ------------------------------------------------------------------------- // OComponentHelper -void SAL_CALL ORowSet::disposing(void) +void SAL_CALL ORowSet::disposing() { OPropertyStateContainer::disposing(); @@ -2446,6 +2446,7 @@ m_aPrematureParamValues[i] = (*m_pParameters)[i]; } + m_pParameters->dispose(); m_pParameters = NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
