[vlc-devel] [PATCH] demux: clean bogus comment

Steve Lhomme robux4 at videolabs.io
Wed Jun 22 13:40:59 CEST 2016


---
 src/input/demux.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/input/demux.c b/src/input/demux.c
index 448d2ea..6ee1e69 100644
--- a/src/input/demux.c
+++ b/src/input/demux.c
@@ -783,12 +783,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;
-- 
2.8.2



More information about the vlc-devel mailing list