Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 28, 2024
1 parent e9e4b69 commit 44a63ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/flac_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ static FLAC__bool dec_eof_callback(const FLAC__StreamDecoder *decoder,

int res = false;
if (ret == Val_true)
;
res = true;
res = true;

caml_remove_generational_global_root(&eof);
caml_remove_generational_global_root(&ret);
Expand Down

0 comments on commit 44a63ce

Please sign in to comment.