[vlc-commits] [Git][videolan/vlc][master] demux: fix libasf memory leak in extended stream properties
François Cartegnie (@fcartegnie)
gitlab at videolan.org
Thu Feb 29 12:47:17 UTC 2024
François Cartegnie pushed to branch master at VideoLAN / VLC
Commits:
ca495fba by Kakadus at 2024-02-29T12:29:29+00:00
demux: fix libasf memory leak in extended stream properties
- - - - -
1 changed file:
- modules/demux/asf/libasf.c
Changes:
=====================================
modules/demux/asf/libasf.c
=====================================
@@ -918,6 +918,7 @@ static void ASF_FreeObject_extended_stream_properties( asf_object_t *p_obj)
FREENULL( p_esp->ppsz_stream_name[i] );
FREENULL( p_esp->pi_stream_name_language );
FREENULL( p_esp->ppsz_stream_name );
+ FREENULL( p_esp->p_sp );
}
static int ASF_ReadObject_extended_stream_properties( stream_t *s,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ca495fba086b3464342d43aa868945b3a5159233
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ca495fba086b3464342d43aa868945b3a5159233
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