Skip to content
Snippets Groups Projects
Commit f45fa869 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

sout: remove useless input_resource_Terminate() call

Since the resource is released just after (and therefore terminated).
parent 620a4c45
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,6 @@ static void Close( vlc_object_t * p_this )
sout_stream_t *p_stream = (sout_stream_t*)p_this;
sout_stream_sys_t *p_sys = p_stream->p_sys;
input_resource_Terminate( p_sys->p_resource );
input_resource_Release( p_sys->p_resource );
free( p_sys );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment