mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Properly removed the semaphore.
This commit is contained in:
@@ -4716,7 +4716,6 @@ GB_THREAD_PROC(parse_worker_file_proc) {
|
|||||||
data->error_available = true;
|
data->error_available = true;
|
||||||
data->is_working = false;
|
data->is_working = false;
|
||||||
gb_mutex_unlock(&data->lock);
|
gb_mutex_unlock(&data->lock);
|
||||||
gb_semaphore_release(&p->worker_finished_semaphore);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//GB_PANIC("A worker thread should not be able to reach the end!!!");
|
//GB_PANIC("A worker thread should not be able to reach the end!!!");
|
||||||
|
|||||||
Reference in New Issue
Block a user