mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
BUG: Attempt to remove memory leak
This commit is contained in:
+4
-1
@@ -178,6 +178,9 @@ int main (int argc, char *argv[])
|
||||
args.push_back(argv[i]);
|
||||
}
|
||||
// run ctest
|
||||
return inst.Run(args);
|
||||
int res = inst.Run(args);
|
||||
cmListFileCache::ClearCache();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user