mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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;
|
res = 1;
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
pthread_mutex_lock(&c->context.lock);
|
pthread_mutex_unlock(&c->context.lock);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue