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

removed memory leaks.

[[Imported from SVN: r862]]
parent 21019e31
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,9 @@ namespace Dune {
F77_FUNC(pardiso) (pt_, &maxfct_, &mnum_, &mtype_, &phase,
&n_, &ddum, ia_, ja_, &idum, &nrhs_,
iparm_, &msglvl_, &ddum, &ddum, &error_);
delete[] a_;
delete[] ia_;
delete[] ja_;
#endif
}
......
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