Skip to content

Commit

Permalink
Changes to get fuzz targets building again after img_info cache membe…
Browse files Browse the repository at this point in the history
…r changes
  • Loading branch information
joachimmetz committed Jan 25, 2025
1 parent 3b68f51 commit d1c7520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ossfuzz/fls_apfs_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
tsk_pool_close(pool);

out_img:
tsk_img_close(img);
img->close(img);

return 0;
}

0 comments on commit d1c7520

Please sign in to comment.