diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 14:03:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 14:03:16 +0000 |
commit | 1d66ca392a5d4a02a4ba715e7e0b645316ab012c (patch) | |
tree | 0dd93f9db8bc3820fe9bc9f4cc1b79d0b388cdea /xml2cmp/source | |
parent | d1c66d1caf19df9d33fb978d0bd476d69fa561e2 (diff) |
INTEGRATION: CWS mh23 (1.5.34); FILE MERGED
2007/07/12 12:58:58 mh 1.5.34.1: coverity: CID: 14 xml2cmp/source/support/heap.cxx, #i79021#
Diffstat (limited to 'xml2cmp/source')
-rw-r--r-- | xml2cmp/source/support/heap.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xml2cmp/source/support/heap.cxx b/xml2cmp/source/support/heap.cxx index c7c2f18ed5be..b0f3f571ad71 100644 --- a/xml2cmp/source/support/heap.cxx +++ b/xml2cmp/source/support/heap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: heap.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:56:30 $ + * last change: $Author: obo $ $Date: 2007-07-18 15:03:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,8 @@ Heap::~Heap() delete pValue; } } // end for + + delete [] dpColumnsArray; } void |