From aba6cfb7708f415ad56bcb4648192530c7b03835 Mon Sep 17 00:00:00 2001 From: Joshua Alan Gillis Date: Sat, 13 Jun 2026 13:30:32 -0700 Subject: [PATCH] fixing missing deallocates --- src/simulation/m_riemann_solvers.fpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simulation/m_riemann_solvers.fpp b/src/simulation/m_riemann_solvers.fpp index 467769dc0c..80fa212d62 100644 --- a/src/simulation/m_riemann_solvers.fpp +++ b/src/simulation/m_riemann_solvers.fpp @@ -102,11 +102,13 @@ contains if (viscous) then @:DEALLOCATE(Re_avg_rsx_vf) + @:DEALLOCATE(Res_gs) end if @:DEALLOCATE(vel_src_rsx_vf) @:DEALLOCATE(flux_rsx_vf) @:DEALLOCATE(flux_src_rsx_vf) @:DEALLOCATE(flux_gsrc_rsx_vf) + @:DEALLOCATE(Gs_rs) if (qbmm) then @:DEALLOCATE(mom_sp_rsx_vf) end if