Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Mar 25, 2024
1 parent 78295d6 commit feb7e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/cmark-fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
}

doc = cmark_parser_finish(parser);
cmark_parser_free(parser);
break;
}

Expand Down

0 comments on commit feb7e2c

Please sign in to comment.