The mutex should not be held while decrementing the reference count. In the unlikely event that the refcount were 0, janus_streaming_mountpoint_free would deadlock trying to acquire this same mutex.
This is again unlikely since the reference count is incremented right before and so presumably is never 0 here.
The mutex should not be held while decrementing the reference count. In the unlikely event that the refcount were 0, janus_streaming_mountpoint_free would deadlock trying to acquire this same mutex.
This is again unlikely since the reference count is incremented right before and so presumably is never 0 here.