summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/unx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-28 11:38:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-28 11:38:57 +0000
commit493537209fa90b918889f1fdf26033a7bda2864f (patch)
treebb87dc511c7e28b0cda5c1a3befdd040fef12cbb /extensions/source/plugin/unx
parentd2237276cb3e32493ff8f9f71e06301937434622 (diff)
INTEGRATION: CWS vcl09 (1.3.22); FILE MERGED
2003/05/08 18:46:10 pl 1.3.22.1: #109426# make rpnp.so work on Linux
Diffstat (limited to 'extensions/source/plugin/unx')
-rw-r--r--extensions/source/plugin/unx/plugcon.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/plugin/unx/plugcon.cxx b/extensions/source/plugin/unx/plugcon.cxx
index b4dffb7ed6f8..1c3ce4f5ab5a 100644
--- a/extensions/source/plugin/unx/plugcon.cxx
+++ b/extensions/source/plugin/unx/plugcon.cxx
@@ -2,7 +2,7 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/plugcon.cxx,v 1.3 2003-03-25 16:03:42 hr Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/plugcon.cxx,v 1.4 2003-05-28 12:38:57 vg Exp $
*************************************************************************/
#include <plugin/unx/plugcon.hxx>
@@ -187,12 +187,12 @@ ConnectorInstance::ConnectorInstance( NPP inst, char* type,
ConnectorInstance::~ConnectorInstance()
{
- delete pMimeType;
- delete argn;
- delete argv;
- delete pArgnBuf;
- delete pArgvBuf;
- delete aData.buf;
+ delete [] pMimeType;
+ delete [] argn;
+ delete [] argv;
+ delete [] pArgnBuf;
+ delete [] pArgvBuf;
+ delete [] aData.buf;
}
char* GetCommandName( CommandAtoms eCommand )