User: hr Date: 2007-11-01 14:51:37+0000 Modified: dba/connectivity/source/inc/odbc/OBoundParam.hxx
Log: INTEGRATION: CWS dba24b (1.3.282); FILE MERGED 2007/10/05 06:03:30 oj 1.3.282.2: #145282# use of [] 2007/08/31 06:09:27 oj 1.3.282.1: #145282# not initialized var File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OBoundParam.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OBoundParam.hxx?r1=1.3&r2=1.4 Delta lines: +2 -0 ------------------- --- OBoundParam.hxx 2005-09-08 07:34:29+0000 1.3 +++ OBoundParam.hxx 2007-11-01 14:51:35+0000 1.4 @@ -86,6 +86,8 @@ //-------------------------------------------------------------------- sal_Int8* allocBindDataBuffer (sal_Int32 bufLen) { + if ( binaryData ) + delete [] binaryData; binaryData = new sal_Int8[bufLen]; // Reset the input stream, we are doing a new bind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
