Skip to content

component_io_cb: Avoid potential deadlock

Jakub Adam requested to merge xhaakon/libnice:fix-unref into master

Don't unref NiceAgent while holding agent mutex. If it's the last reference, nice_agent_dispose() will try to acquire the mutex again and deadlock.

Merge request reports