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
VTK
VTK
Commits
7c469e06
Commit
7c469e06
authored
Feb 13, 2003
by
Ken Martin
Browse files
fix to memory problem
parent
ad8b970c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/cmVTKWrapTcl2Command.c
View file @
7c469e06
...
...
@@ -334,8 +334,12 @@ static int InitialPass(void *inf, void *mf, int argc, char *argv[])
free
(
sources
);
free
(
commands
);
info
->
CAPI
->
FreeArguments
(
numConcrete
,
concrete
);
info
->
CAPI
->
FreeArguments
(
newArgc
,
newArgv
);
for
(
i
=
0
;
i
<
numConcrete
;
++
i
)
{
free
(
concrete
[
i
]);
}
free
(
concrete
);
return
1
;
}
...
...
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