|
@@ -1202,6 +1202,10 @@ cmCTestMemCheckHandler::PostProcessBoundsCheckerTest(cmCTestTestResult& res,
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
std::string ofile = files[0];
|
|
std::string ofile = files[0];
|
|
|
|
|
+ if ( ofile.empty() )
|
|
|
|
|
+ {
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
// put a scope around this to close ifs so the file can be removed
|
|
// put a scope around this to close ifs so the file can be removed
|
|
|
{
|
|
{
|
|
|
cmsys::ifstream ifs(ofile.c_str());
|
|
cmsys::ifstream ifs(ofile.c_str());
|