Commit 49bc02ec authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

description: A buggy case needs an assert.

parent a9a95bce
......@@ -97,8 +97,8 @@ static void Close( vlc_object_t *p_this )
sout_stream_sys_t *p_sys = p_stream->p_sys;
/* It can happen only if buggy */
if( p_sys->p_input )
vlc_object_release( 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