<div id="geary-body"></div><div id="geary-signature"><div style="white-space: pre;">
Regards,
Shaleen Jain</div></div><div id="geary-quote"><br>On Mon, Jul 31, 2017 at 6:09 PM, Francois Cartegnie <fcvlcdev@free.fr> wrote:<br><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Le 31/07/2017 à 14:08, Shaleen Jain a écrit :
<blockquote> +    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 );
</blockquote>
ES are automatically deleted at the end.
<br></div></blockquote>End of what?<div><br></div><div>These are es_out_id_t created by es_out_Add which I believe have to be freed with es_out_Del.</div><div><br></div><div>Most of the modules free it except the few ones above.</div><div><br></div><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Francois

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a></div></blockquote></div>