Changeset: af5b8e3d3df1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/af5b8e3d3df1 Modified Files: sql/backends/monet5/for.c Branch: Sep2022 Log Message:
Unnecessary call. diffs (11 lines): diff --git a/sql/backends/monet5/for.c b/sql/backends/monet5/for.c --- a/sql/backends/monet5/for.c +++ b/sql/backends/monet5/for.c @@ -108,7 +108,6 @@ FORdecompress(Client cntxt, MalBlkPtr mb BAT *o = BATdescriptor(O), *b = NULL; if (!o) { - bat_destroy(o); throw(SQL, "for.decompress", SQLSTATE(HY013) MAL_MALLOC_FAIL); } if (o->ttype != TYPE_bte && o->ttype != TYPE_sht) { _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org