Skip to content
Snippets Groups Projects
Commit a6b94366 authored by Tom Fischer's avatar Tom Fischer
Browse files

removed memory leak

parent c9294385
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,8 @@ MeshLib::Element* MeshIO::readElement(const std::string& line, const std::vector
elem = NULL;
}
delete [] idx;
return elem;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment