commit c0a90f0739ffc52c5649007d725e2d0babdba900 parent ce8cba0c158fab9fbaa5afc4e952e9fdd717db98 Author: Chris Noxz <chris@noxz.tech> Date: Sun, 15 Sep 2019 13:54:06 +0200 Free `bf` Diffstat:
M | bfck.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bfck.c b/bfck.c @@ -159,6 +159,7 @@ run() } } free(cols); + free(bf); } void