Changeset: a3cf61bf731f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a3cf61bf731f Modified Files: monetdb5/optimizer/opt_commonTerms.c Branch: default Log Message:
Fix typo diffs (12 lines): diff --git a/monetdb5/optimizer/opt_commonTerms.c b/monetdb5/optimizer/opt_commonTerms.c --- a/monetdb5/optimizer/opt_commonTerms.c +++ b/monetdb5/optimizer/opt_commonTerms.c @@ -93,7 +93,7 @@ OPTcommonTermsImplementation(Client cntx /* when we enter a barrier block, we should ditch all previous instructions from consideration */ if( p->barrier== BARRIERsymbol || p->barrier== CATCHsymbol || p->barrier == RETURNsymbol){ GDKfree(list); - GDKfree(list); + GDKfree(hash); list = (int*) GDKzalloc(sizeof(int) * mb->stop); hash = (int*) GDKzalloc(sizeof(int) * mb->vtop); } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list