Commit c2b333e3 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

description: Fix compilation.

parent 3ed6ed50
......@@ -97,7 +97,7 @@ static void Close( vlc_object_t *p_this )
sout_stream_sys_t *p_sys = p_stream->p_sys;
/* It can happen only if buggy */
assert( !p_sys->p_input )
assert( !p_sys->p_input );
free( p_sys );
}
......
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