Skip to content

Commit

Permalink
Merge pull request #256 from nbd168/pretty-print
Browse files Browse the repository at this point in the history
main: fix crash on printing -p output
  • Loading branch information
jow- authored Dec 11, 2024
2 parents 1b8660d + 4efad53 commit 3eb4e2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ compile(uc_vm_t *vm, uc_source_t *src, FILE *precompile, bool strip, char *inter
fwrite(pb->buf, pb->bpos, 1, stdout);
printbuf_free(pb);
}

ucv_put(res);
}

rc = 0;
Expand Down

0 comments on commit 3eb4e2a

Please sign in to comment.