mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
BUG: Attempt to remove memory leak
This commit is contained in:
@@ -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