Tag: cws_src680_dba202b User: oj Date: 05/11/28 00:52:37 Modified: /dba/connectivity/source/drivers/dbase/ DNoException.cxx
Log: #128048# check if stream is valid File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DNoException.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DNoException.cxx?r1=1.15&r2=1.15.40.1 Delta lines: +4 -4 ------------------- --- DNoException.cxx 8 Sep 2005 05:39:20 -0000 1.15 +++ DNoException.cxx 28 Nov 2005 08:52:35 -0000 1.15.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: DNoException.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.15.40.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 05:39:20 $ + * last change: $Author: oj $ $Date: 2005/11/28 08:52:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -246,7 +246,7 @@ if (m_nBufferSize != nSize) { - delete m_pBuffer; + delete[] m_pBuffer; m_pBuffer = NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
