mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
jack: fix unlock
This commit is contained in:
parent
420c186124
commit
c117ca0899
1 changed files with 1 additions and 1 deletions
|
|
@ -3345,7 +3345,7 @@ int jack_port_connected_to (const jack_port_t *port,
|
|||
res = 1;
|
||||
|
||||
exit:
|
||||
pthread_mutex_lock(&c->context.lock);
|
||||
pthread_mutex_unlock(&c->context.lock);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue