bfck

Brainfuck interpreter with breakpoint support
git clone https://noxz.tech/git/bfck.git
Log | Files

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