Skip to content
Snippets Groups Projects
Commit 55a445b5 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkInformationObjectBaseKey: plug a memory leak

parent 74286c02
Branches
Tags
No related merge requests found
......@@ -32,6 +32,7 @@ vtkInformationObjectBaseKey
//----------------------------------------------------------------------------
vtkInformationObjectBaseKey::~vtkInformationObjectBaseKey()
{
delete [] this->RequiredClass;
}
//----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment