[vlc-commits] [Git][videolan/vlc][master] packetizer: av1: fix potential leak
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Mar 8 14:57:56 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
c935939c by François Cartegnie at 2026-03-08T14:41:10+01:00
packetizer: av1: fix potential leak
refs #29642
- - - - -
1 changed file:
- modules/packetizer/av1.c
Changes:
=====================================
modules/packetizer/av1.c
=====================================
@@ -314,6 +314,7 @@ static block_t *ParseOBUBlock(decoder_t *p_dec, block_t *p_obu)
}
p_sys->p_sequence_header = new_seq_header;
}
+ else AV1_release_sequence_header(new_seq_header);
}
}
PUSHQ(tu.pre, p_obu);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c935939c462e918873a9d7fcf1c0cf6c9f952a96
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c935939c462e918873a9d7fcf1c0cf6c9f952a96
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list