Skip to content

Commit

Permalink
fix memory leak in unci test
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 22, 2024
1 parent 3c94d79 commit 2767418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/uncompressed_decode_mono.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ void check_image_content_mono(struct heif_context *&context) {
}

heif_image_handle_release(handle);
heif_image_release(img);
}

TEST_CASE("check image content mono") {
Expand Down

0 comments on commit 2767418

Please sign in to comment.