Commit ca4fadaa authored by Rémi Duraffort's avatar Rémi Duraffort

Remove unused variable.

parent b78bee7a
......@@ -315,8 +315,6 @@ static void CloseDecoder( vlc_object_t *p_this )
if( p_sys->p_context )
{
vlc_mutex_t *lock;
free( p_sys->p_context->extradata );
p_sys->p_context->extradata = NULL;
......
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