Skip to content

Commit

Permalink
x265: add x265_cleanup() call to plugin cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Dec 10, 2023
1 parent 5e19d8b commit 82e5837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/plugins/encoder_x265.cc
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ static void x265_init_plugin()

static void x265_cleanup_plugin()
{
x265_cleanup();
}


Expand Down

0 comments on commit 82e5837

Please sign in to comment.