Fixed uninitialized memory issue in ctest show-only mode
This commit is contained in:
parent
72bc82a98a
commit
5e06f0a557
|
@ -336,6 +336,7 @@ void cmCTestMultiProcessHandler::MarkFinished()
|
|||
//For ShowOnly mode
|
||||
void cmCTestMultiProcessHandler::PrintTestList()
|
||||
{
|
||||
this->TestHandler->SetMaxIndex(this->FindMaxIndex());
|
||||
int count = 0;
|
||||
for (PropertiesMap::iterator it = this->Properties.begin();
|
||||
it != this->Properties.end(); it ++ )
|
||||
|
|
Loading…
Reference in New Issue