Commit ac8384de authored by Christophe Mutricy's avatar Christophe Mutricy

Free no longer needed after changes in getNonEmptyString

parent 08c58fc7
...@@ -2132,7 +2132,6 @@ static int InputSourceInit( input_thread_t *p_input, ...@@ -2132,7 +2132,6 @@ static int InputSourceInit( input_thread_t *p_input,
msg_Dbg( p_input, "enforced demux ` %s'", psz_demux ); msg_Dbg( p_input, "enforced demux ` %s'", psz_demux );
} }
free( psz_var_demux );
} }
/* Try access_demux if no demux given */ /* Try access_demux if no demux given */
......
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