Changeset: 204a1731af8f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/204a1731af8f
Modified Files:
tools/monetdbe/monetdbe.c
Branch: resource_management
Log Message:
stack was allocated using allocator, ie allready gone..
diffs (11 lines):
diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c
--- a/tools/monetdbe/monetdbe.c
+++ b/tools/monetdbe/monetdbe.c
@@ -1775,7 +1775,6 @@ monetdbe_execute(monetdbe_statement *stm
}
cleanup:
- GDKfree(glb);
return commit_action(m, stmt_internal->mdbe, result, res_internal);
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]