From ec5173eeedde72284772fa1cec7df49f13710a37 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 14 Nov 2011 08:55:23 +0100 Subject: [PATCH] Free --- dune/tectonic/myblockproblem.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index 842bd73b..3b4a8ff5 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -120,6 +120,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { LocalVectorType correction; Dune::minimise(localJ, ui, 5, bisection); // FIXME: hardcoded value + free(f); } } -- GitLab