Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
3cec971a
Commit
3cec971a
authored
Aug 31, 2007
by
Dave Demarle
Browse files
BUG: Remove failed attempt at plugging a memory leak, it segfaults.
parent
c43a7b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtk/vtkXdmfReader.cxx
View file @
3cec971a
...
...
@@ -84,7 +84,7 @@
#define USE_IMAGE_DATA // otherwise uniformgrid
vtkStandardNewMacro
(
vtkXdmfReader
);
vtkCxxRevisionMacro
(
vtkXdmfReader
,
"1.2
6
"
);
vtkCxxRevisionMacro
(
vtkXdmfReader
,
"1.2
7
"
);
vtkCxxSetObjectMacro
(
vtkXdmfReader
,
Controller
,
vtkMultiProcessController
);
...
...
@@ -212,6 +212,7 @@ public:
vtkXdmfReaderActualGrid
()
:
Enabled
(
0
),
Grid
(
0
),
Collection
(
0
)
{}
~
vtkXdmfReaderActualGrid
()
{
/*
if (this->Collection)
{
vtkXdmfReaderGridCollection::SetOfGrids::iterator it = this->Collection->Grids.begin();
...
...
@@ -225,7 +226,9 @@ public:
it++;
}
};
*/
}
int
Enabled
;
vtkXdmfReaderGrid
*
Grid
;
vtkXdmfReaderGridCollection
*
Collection
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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