memory issue

This commit is contained in:
Ken Martin 2002-08-23 16:12:08 -04:00
parent 13d4f89dfe
commit d7f1a49006
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}