leave only the most important free todos
This commit is contained in:
parent
abc2557839
commit
165392ab63
4 changed files with 21 additions and 29 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue