]> git.sesse.net Git - vlc/commitdiff
input: partially revert f63268acaafdca4f3e17b837c37a105c01739c0f (my fault).
authorRémi Duraffort <ivoire@videolan.org>
Tue, 26 May 2009 13:16:08 +0000 (15:16 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 26 May 2009 13:41:21 +0000 (15:41 +0200)
I'm not sure that VLC can't still leak memory in this case...

src/input/input.c

index cfb306575a9ae015abc31eb3135a6a33b46de8f7..01bc04ffe2a60aa5d529abcab51441bde8bff783 100644 (file)
@@ -1138,7 +1138,6 @@ static void InitPrograms( input_thread_t * p_input )
     {
         demux_Control( p_input->p->input.p_demux, DEMUX_SET_GROUP, -1,
                         val.p_list );
-        var_Change( p_input, "programs", VLC_VAR_FREELIST, &val, NULL );
     }
     else
     {