Changeset: ed9da7ad339b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ed9da7ad339b
Modified Files:
        sql/backends/monet5/sql.c
Branch: Dec2023
Log Message:
fix memory leaks (as done in Aug2024, ref 9972c673f797)


diffs (17 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -4856,11 +4856,11 @@ SQLunionfunc(Client cntxt, MalBlkPtr mb,
                                                }
                                        }
                                }
-                               GDKfree(nstk);
+                               freeStack(nstk);
                        }
                }
 finalize:
-               GDKfree(env);
+               freeStack(env);
                if (nmb)
                        freeMalBlk(nmb);
                if (omb)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to