Skip to content
Snippets Groups Projects
Commit 1a7d5756 authored by Markus Blatt's avatar Markus Blatt
Browse files

prevent memory leaks.

[[Imported from SVN: r1069]]
parent 86716b86
No related branches found
No related tags found
No related merge requests found
......@@ -519,6 +519,7 @@ namespace Dune {
ri.free();
if (OwnerToAllInterfaceBuilt) OwnerToAllInterface.free();
if (OwnerOverlapToAllInterfaceBuilt) OwnerOverlapToAllInterface.free();
if (globalLookup_) delete globalLookup_;
}
private:
......
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