Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
5e06f0a5
Commit
5e06f0a5
authored
Sep 25, 2009
by
Zach
Browse files
Fixed uninitialized memory issue in ctest show-only mode
parent
72bc82a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestMultiProcessHandler.cxx
View file @
5e06f0a5
...
...
@@ -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
++
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment