vlc | branch: master | Steve Lhomme <[email protected]> | Wed Jun 22 13:40:59 2016 +0200| [8825e21d2248da287bde4dee605eabc69b2813ae] | committer: Jean-Baptiste Kempf
demux: clean bogus comment Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8825e21d2248da287bde4dee605eabc69b2813ae --- src/input/demux.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/input/demux.c b/src/input/demux.c index dff9a5b..68197af 100644 --- a/src/input/demux.c +++ b/src/input/demux.c @@ -790,12 +790,8 @@ demux_t *demux_FilterChainNew( demux_t *p_demux, const char *psz_chain ) demux_Delete(vlc_array_item_at_index(&module, modules)); vlc_array_clear(&module); - /* then destroy all names and config which weren't destroyed by - * sout_StreamDelete */ while(i--) - { free(vlc_array_item_at_index(&name, i)); - } vlc_array_clear(&name); return NULL; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
