Skip to content

Commit 55712e2

Browse files
committed
vcomp/lavc: module_done
Since the commit e056d78 (2025-06-03) it needs to be called because the parent no longer calls that.
1 parent 5e54e78 commit 55712e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/video_compress/libavcodec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ struct state_video_compress_libav {
272272
module_register(&module_data, parent);
273273
}
274274
~state_video_compress_libav() {
275+
module_done(&module_data);
275276
av_packet_free(&pkt);
276277
to_lavc_vid_conv_destroy(&pixfmt_conversion);
277278
}

0 commit comments

Comments
 (0)