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
Christian Butz
VTK
Commits
d7ae1220
Commit
d7ae1220
authored
Aug 30, 2005
by
David Cole
Browse files
BUG: Fix leaks in tests... Tests themselves were passing almost everywhere other than the leaks.
parent
33749ef4
Changes
2
Hide whitespace changes
Inline
Side-by-side
IO/Testing/Cxx/TestAVIWriter.cxx
View file @
d7ae1220
...
...
@@ -87,6 +87,8 @@ int TestAVIWriter(int vtkNotUsed(argc), char* vtkNotUsed(argv)[])
cerr
<<
"ERROR: 4 - Test failing because TestAVIWriter.avi file has zero length..."
<<
endl
;
}
colorize
->
Delete
();
table
->
Delete
();
cast
->
Delete
();
Fractal0
->
Delete
();
...
...
IO/Testing/Cxx/TestMovieWriter.cxx
View file @
d7ae1220
...
...
@@ -87,6 +87,8 @@ int TestMovieWriter(int vtkNotUsed(argc), char* vtkNotUsed(argv)[])
cerr
<<
"ERROR: 2 - Test failing because TestMovieWriter.mpg file has zero length..."
<<
endl
;
}
colorize
->
Delete
();
table
->
Delete
();
cast
->
Delete
();
Fractal0
->
Delete
();
...
...
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