changeset 32704:40e8f2575c1e

maint: merge stable to default
author Rik <rik@octave.org>
date Mon, 08 Jan 2024 16:40:30 -0800
parents 157b7897a11b (current diff) 4c20b978380f (diff)
children 429417884015
files libinterp/dldfcn/__ode15__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__ode15__.cc	Mon Jan 08 16:17:53 2024 -0800
+++ b/libinterp/dldfcn/__ode15__.cc	Mon Jan 08 16:40:30 2024 -0800
@@ -759,7 +759,7 @@
         {
           // Interpolate in tend
           N_Vector dky = N_VNew_Serial (m_num OCTAVE_SUNCONTEXT);
-          octave::unwind_action act ([&dky] () { N_VDestroy_Serial (dky); });
+          octave::unwind_action act2 ([&dky] () { N_VDestroy_Serial (dky); });
 
           if (IDAGetDky (m_mem, tend, 0, dky) != 0)
             error ("IDA failed to interpolate y");