summary refs log tree commit diff
path: root/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'fold.c')
-rw-r--r--fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fold.c b/fold.c
index c8466e4..e9d9228 100644
--- a/fold.c
+++ b/fold.c
@@ -254,7 +254,7 @@ fold(Fn *fn)
 			d = 1;
 			if (debug['F'])
 				fprintf(stderr, "%s ", b->name);
-			// blkdel(pb);
+			blkdel(b);
 			*pb = b->link;
 			continue;
 		}