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
a9028dfd
Commit
a9028dfd
authored
Oct 03, 2004
by
Andy Cedilnik
Browse files
BUG: Attempt to remove memory leak
parent
a1bc51d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
a9028dfd
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
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