1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 13:26:44 +02:00

Add two missing mutex unlocks

This commit is contained in:
jfreegman
2021-03-27 11:50:57 -04:00
parent 80fd3d3b97
commit 0fc1d9e994
2 changed files with 2 additions and 0 deletions

View File

@ -707,6 +707,7 @@ int box_notify(ToxWindow *self, Notification notif, uint64_t flags, int *id_indi
#else
if (id == -1) {
control_unlock();
return -1;
}