Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Butz
VTK
Commits
4dce13be
Commit
4dce13be
authored
Oct 27, 2016
by
Will Schroeder
Committed by
David E. DeMarle
Oct 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed memory leak
parent
d9f1bd73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Filters/Modeling/vtkAdaptiveSubdivisionFilter.cxx
Filters/Modeling/vtkAdaptiveSubdivisionFilter.cxx
+3
-0
No files found.
Filters/Modeling/vtkAdaptiveSubdivisionFilter.cxx
View file @
4dce13be
...
...
@@ -365,8 +365,11 @@ int vtkAdaptiveSubdivisionFilter::RequestData(
newPointData
->
Delete
();
output
->
SetPolys
(
inTris
);
inTris
->
Delete
();
newTris
->
Delete
();
output
->
GetCellData
()
->
ShallowCopy
(
inCellData
);
inCellData
->
Delete
();
inPointData
->
Delete
();
newCellData
->
Delete
();
return
1
;
...
...
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