[vlc-commits] [Git][videolan/vlc][master] demux: webvtt: fix style/header leak
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Sep 7 12:37:38 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b7c86496 by Francois Cartegnie at 2023-09-07T11:48:59+00:00
demux: webvtt: fix style/header leak
- - - - -
1 changed file:
- modules/demux/webvtt.c
Changes:
=====================================
modules/demux/webvtt.c
=====================================
@@ -740,5 +740,8 @@ void webvtt_CloseDemux( vlc_object_t *p_this )
webvtt_text_parser_Delete( p_sys->p_streamparser );
}
+ free( p_sys->regions_headers.p_data );
+ free( p_sys->styles_headers.p_data );
+
free( p_sys );
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b7c8649644a3806bf9e24637e466474bf4710d64
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b7c8649644a3806bf9e24637e466474bf4710d64
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