Changeset: 802118f2f195 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=802118f2f195
Modified Files:
sql/backends/monet5/sql_scenario.c
Branch: Jun2020
Log Message:
Don't clean twice
diffs (11 lines):
diff --git a/sql/backends/monet5/sql_scenario.c
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -1314,7 +1314,6 @@ SQLparser(Client c)
c->curprg->def->errors = 0;
MSresetInstructions(c->curprg->def,
oldstop);
freeVariables(c, c->curprg->def, NULL,
oldvtop);
- sqlcleanup(m, err);
if (other != msg)
freeException(other);
goto finalize;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list