leave only the most important free todos

This commit is contained in:
Quentin Carbonneaux 2016-02-27 22:36:58 -05:00
parent abc2557839
commit 165392ab63
4 changed files with 21 additions and 29 deletions

View file

@ -295,7 +295,7 @@ phiins(Fn *fn)
Ref r;
int t, n, k, nt;
bsinit(u, fn->nblk); /* todo, free those */
bsinit(u, fn->nblk);
bsinit(defs, fn->nblk);
blist = emalloc(fn->nblk * sizeof blist[0]);
be = &blist[fn->nblk];