jack: fix unlock

This commit is contained in:
Wim Taymans 2020-04-30 16:18:40 +02:00
parent 420c186124
commit c117ca0899

View file

@ -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;
}