From 282a67a70f25d9ebcbda4b3395dca47c8edc29b8 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 3 Aug 2007 11:30:25 +0000 Subject: 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 --- tools/bootstrp/cppdep.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/bootstrp') 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; } -- cgit