[vlc-commits] demux: clean bogus comment
Steve Lhomme
git at videolan.org
Fri Jun 24 18:37:04 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Jun 22 13:40:59 2016 +0200| [8825e21d2248da287bde4dee605eabc69b2813ae] | committer: Jean-Baptiste Kempf
demux: clean bogus comment
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> 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;
More information about the vlc-commits
mailing list