[vlc-devel] [PATCH] demux: plug leaks

Francois Cartegnie fcvlcdev at free.fr
Mon Jul 31 14:39:12 CEST 2017


Le 31/07/2017 à 14:08, Shaleen Jain a écrit :
> +    es_out_Del( p_demux->out, p_sys->p_sub );
> +    es_out_Del( p_demux->out, p_sys->p_audio );
> +    es_out_Del( p_demux->out, p_sys->p_video );
>      free( p_sys );

ES are automatically deleted at the end.

Francois



More information about the vlc-devel mailing list