agent: Fix locking when calling component_free()
As mentioned in the previous commit message, component_free() requires the agent lock to be released, but component_close() requires it to be held. Fix the locking in nice_agent_remove_stream() to do that.
Showing
Please register or sign in to comment