summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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;
}