mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
[qwaq] Add missing mutex unlock
This commit is contained in:
parent
5f887c4773
commit
af137937bd
1 changed files with 1 additions and 0 deletions
|
@ -761,6 +761,7 @@ add_event (qwaq_resources_t *res, qwaq_event_t *event)
|
|||
}
|
||||
RB_WRITE_DATA (res->event_queue, event, 1);
|
||||
pthread_cond_broadcast (&res->event_cond.cond);
|
||||
pthread_mutex_unlock (&res->event_cond.mut);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue