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

delete has to be delete[]

[[Imported from SVN: r342]]
parent 6e8dc999
No related branches found
No related tags found
No related merge requests found
......@@ -885,7 +885,7 @@ namespace Dune
template<class I>
GlobalLookupIndexSet<I>::~GlobalLookupIndexSet()
{
delete index_;
delete[] index_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment