vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu May 3 19:29:13 2018 +0300| [9c093e9390c02cfb0e17bcde6cbaeee1096c6781] | committer: Rémi Denis-Courmont
caf: remove redundant es_out_Del() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c093e9390c02cfb0e17bcde6cbaeee1096c6781 --- modules/demux/caf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/demux/caf.c b/modules/demux/caf.c index fca08466fb..95c4d74b2f 100644 --- a/modules/demux/caf.c +++ b/modules/demux/caf.c @@ -1087,8 +1087,6 @@ static void Close( vlc_object_t *p_this ) demux_t *p_demux = (demux_t*)p_this; demux_sys_t *p_sys = p_demux->p_sys; - es_out_Del( p_demux->out, p_sys->es ); - free( p_sys->fmt.p_extra ); free( p_sys ); } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
