Commit 4a51bbeb authored by Johan Bilien's avatar Johan Bilien

* Fixed EOF and Stop segfault in VCD input : input_BuffersEnd was being
  called two times
parent d9f75924
......@@ -291,7 +291,6 @@ static void VCDClose( struct input_thread_s *p_input )
{
thread_vcd_data_t *p_vcd = (thread_vcd_data_t *)p_input->p_access_data;
input_BuffersEnd( p_input->p_method_data );
close( p_vcd->i_handle );
free( p_vcd );
}
......
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