[vlc-commits] [Git][videolan/vlc][3.0.x] packetizer: av1: fix potential leak
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Fri Mar 27 21:42:39 UTC 2026
Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC
Commits:
19ba4d85 by François Cartegnie at 2026-03-27T22:29:15+01:00
packetizer: av1: fix potential leak
refs #29642
(cherry picked from commit c935939c462e918873a9d7fcf1c0cf6c9f952a96)
- - - - -
1 changed file:
- modules/packetizer/av1.c
Changes:
=====================================
modules/packetizer/av1.c
=====================================
@@ -311,6 +311,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/19ba4d858ebee8dfc917e9b39e6c1698f36e7ab6
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/19ba4d858ebee8dfc917e9b39e6c1698f36e7ab6
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list