summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:30:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:30:25 +0000
commit282a67a70f25d9ebcbda4b3395dca47c8edc29b8 (patch)
tree0c49783f2b9913bf8d9ee5fb8fd6f3d1a2427cf8 /tools
parentdd55f0e2f4866f0437db33654ae979a3eacf91f7 (diff)
INTEGRATION: CWS cmcfixes35 (1.13.100); FILE MERGED
2007/07/05 12:57:22 cmc 1.13.100.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/02 14:19:41 cmc 1.13.100.1: #i79089# missing delete
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/cppdep.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx
index f4eaa7cd79d7..3646a7bfd971 100644
--- a/tools/bootstrp/cppdep.cxx
+++ b/tools/bootstrp/cppdep.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cppdep.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:06:03 $
+ * last change: $Author: hr $ $Date: 2007-08-03 12:30:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,6 +64,7 @@ CppDep::CppDep()
CppDep::~CppDep()
{
+ delete pSources;
delete pSearchPath;
delete pFileList;
}