summary refs log tree commit diff
path: root/lisc/rega.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-27 22:36:58 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-27 22:36:58 -0500
commit165392ab63ee1dc3040917fc7c316847a16a210f (patch)
tree0d805a1d1e3c0acf6e9774e09783334661dee387 /lisc/rega.c
parentabc25578395587c5d76d8dbb877726a19c419b2c (diff)
downloadroux-165392ab63ee1dc3040917fc7c316847a16a210f.tar.gz
leave only the most important free todos
Diffstat (limited to 'lisc/rega.c')
-rw-r--r--lisc/rega.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisc/rega.c b/lisc/rega.c
index 03c45d0..5e10451 100644
--- a/lisc/rega.c
+++ b/lisc/rega.c
@@ -434,8 +434,7 @@ rega(Fn *fn)
 	mem = fn->mem;
 	end = alloc(fn->nblk * sizeof end[0]);
 	beg = alloc(fn->nblk * sizeof beg[0]);
-
-	for (n=0; n<fn->nblk; n++) {            /* todo, free those */
+	for (n=0; n<fn->nblk; n++) {
 		bsinit(end[n].b, fn->ntmp);
 		bsinit(beg[n].b, fn->ntmp);
 	}