Commit f986994e authored by Clément Stenac's avatar Clément Stenac

Fix wrong object release

parent 1f8c859d
......@@ -835,7 +835,7 @@ static int DumpCommand( vlc_object_t *p_this, char const *psz_cmd,
if( *newval.psz_string )
{
vlc_object_release( p_this );
vlc_object_release( p_object );
}
}
......
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