summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-23 16:12:08 -0400
committerKen Martin <ken.martin@kitware.com>2002-08-23 16:12:08 -0400
commitd7f1a49006c2c2c82fe799bd2141873aceb6a585 (patch)
tree3986beedcae9da08b622044b2d4420a7fe734870 /Source
parent13d4f89dfe5bbe51fca76f945b4819a3ced1c888 (diff)
downloadcmake-d7f1a49006c2c2c82fe799bd2141873aceb6a585.tar.gz
memory issue
Diffstat (limited to 'Source')
-rw-r--r--Source/cmaketest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index 3ba3fadb6f..5b2a4c4dbd 100644
--- a/Source/cmaketest.cxx
+++ b/Source/cmaketest.cxx
@@ -302,5 +302,6 @@ int main (int argc, char **argv)
cmSystemTools::Error("test executable ", fullPath.c_str(),
"returned a non-zero value");
}
+ cmCacheManager::DeleteInstance();
return ret;
}