Skip to content
Snippets Groups Projects
Commit b7c86496 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

demux: webvtt: fix style/header leak

parent 7c28374f
No related branches found
No related tags found
1 merge request!4223demux: webvtt: fix style/header leak
Pipeline #382239 passed with stage
in 20 minutes and 12 seconds
......@@ -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 );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment