INTEGRATION: CWS mh23 (1.9.20); FILE MERGED
2007/07/12 13:01:45 mh 1.9.20.1: xml2cmp: the List allocs but never deletes it, #i79210#
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: list.hxx,v $
|
* $RCSfile: list.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.9 $
|
* $Revision: 1.10 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2006-06-19 20:04:23 $
|
* last change: $Author: obo $ $Date: 2007-07-18 15:03:29 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -49,7 +49,7 @@ class List
|
|||||||
|
|
||||||
// LIFECYCLE
|
// LIFECYCLE
|
||||||
List();
|
List();
|
||||||
virtual ~List() { }
|
virtual ~List() { delete [] inhalt; }
|
||||||
|
|
||||||
// OPERATORS
|
// OPERATORS
|
||||||
const XX & operator[](
|
const XX & operator[](
|
||||||
|
Reference in New Issue
Block a user