summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 10:01:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 10:01:28 +0000
commit4d8aa9bb059a2bb21b452214a5a0d3473f8e006e (patch)
tree113991be003806a2abead547b619659aef989c14 /basic
parent161e1b52342cdc5a1f032e16ca52fb8d2dd05ee6 (diff)
INTEGRATION: CWS setup09 (1.3.32); FILE MERGED
2003/05/21 10:32:38 dv 1.3.32.1: #109685# fixed new/delete mismatch
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/dllmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/dllmgr.cxx b/basic/source/runtime/dllmgr.cxx
index bcb5248eceef..0326d7cc7d45 100644
--- a/basic/source/runtime/dllmgr.cxx
+++ b/basic/source/runtime/dllmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dllmgr.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:28:37 $
+ * last change: $Author: vg $ $Date: 2003-05-22 11:01:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -522,7 +522,7 @@ SbError SbiDllMgr::CallProc( SbiDllProc pProc, SbxArray* pArgs,
CallINT(pProc, pStack, (short)nSize );
break;
}
- delete pStack;
+ delete [] pStack;
if( pArgs )
{