]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Memory leak removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Aug 2000 19:52:26 +0000 (19:52 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Aug 2000 19:52:26 +0000 (19:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@3295 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/full_matrix.double.cc

index ab4b863e688b3cdf185fb83813759ee54e0c3902..c55dc1760e993b1e19a6060582e4fa8e9cc7d28c 100644 (file)
@@ -130,6 +130,7 @@ FullMatrix<double>::invert (const FullMatrix<double> &M)
     deallog << "rank deficiency " << rank << endl;
   delete[] work;
   delete[] s;
+  delete[] matrix;
 }
 
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.