Browse Source

memory issue

Ken Martin 23 years ago
parent
commit
d7f1a49006
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmaketest.cxx

+ 1 - 0
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;
 }