mirror of
https://github.com/reactos/CMake.git
synced 2025-02-06 11:58:30 +00:00
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…
x
Reference in New Issue
Block a user