diff options
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 |