Commit 622c64a1 authored by Rémi Duraffort's avatar Rémi Duraffort

input: partially revert f63268ac (my fault).

I'm not sure that VLC can't still leak memory in this case...
parent d96b3d9b
...@@ -1138,7 +1138,6 @@ static void InitPrograms( input_thread_t * p_input ) ...@@ -1138,7 +1138,6 @@ static void InitPrograms( input_thread_t * p_input )
{ {
demux_Control( p_input->p->input.p_demux, DEMUX_SET_GROUP, -1, demux_Control( p_input->p->input.p_demux, DEMUX_SET_GROUP, -1,
val.p_list ); val.p_list );
var_Change( p_input, "programs", VLC_VAR_FREELIST, &val, NULL );
} }
else else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment