Browse Source

add missing free

master
Martin Dørum 3 years ago
parent
commit
14a8d858aa
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/src/eval.t.c

+ 1
- 0
test/src/eval.t.c View File

@@ -31,6 +31,7 @@ static int exec(const char *str) {
l2_gen_init(&gen, (struct l2_io_writer *)&w);

if (l2_parse_program(&lex, &gen, &err) < 0) {
free(w.mem);
return -1;
}


Loading…
Cancel
Save