소스 검색

add missing free

master
Martin Dørum 3 년 전
부모
커밋
14a8d858aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      test/src/eval.t.c

+ 1
- 0
test/src/eval.t.c 파일 보기

@@ -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…
취소
저장