[vlc-commits] [Git][videolan/vlc][master] codec: omxil: fix leak on GetVlcChromaSizes failure
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Aug 27 14:58:41 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d543b35a by François Cartegnie at 2026-08-27T14:49:28+00:00
codec: omxil: fix leak on GetVlcChromaSizes failure
- - - - -
1 changed file:
- modules/codec/omxil/mediacodec.c
Changes:
=====================================
modules/codec/omxil/mediacodec.c
=====================================
@@ -1594,6 +1594,7 @@ static int Video_ProcessOutput(decoder_t *p_dec, mc_api_out *p_out,
p_dec->fmt_out.video.i_height,
NULL, NULL, &chroma_div) )
{
+ p_sys->api.release_out(&p_sys->api, p_out->buf.i_index, false);
picture_Release(p_pic);
return -1;
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d543b35ad1d3483cc365630ad5fc7876342f0fab
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d543b35ad1d3483cc365630ad5fc7876342f0fab
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list