From a5f6fef71c9a0fe41a8f2fc6041c400707e34c36 Mon Sep 17 00:00:00 2001 From: Marcogarofalo Date: Mon, 15 Apr 2024 16:07:26 +0200 Subject: [PATCH] free memory --- quda_interface.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quda_interface.c b/quda_interface.c index 841c3ba6c..3f3539b26 100644 --- a/quda_interface.c +++ b/quda_interface.c @@ -2636,6 +2636,8 @@ void compute_ndcloverrat_derivative_quda(monomial * const mnl, hamiltonian_field reorder_mom_fromQuda(mom_quda); add_mom_to_derivative(hf->derivative); + finalize_solver(in, num_shifts); + tm_stopwatch_pop(&g_timers, 0, 1, "TM_QUDA"); } #else