Browse Source

Properly removed the semaphore.

thebirk 6 years ago
parent
commit
f921a91fc8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/parser.cpp

+ 0 - 1
src/parser.cpp

@@ -4716,7 +4716,6 @@ GB_THREAD_PROC(parse_worker_file_proc) {
 		data->error_available = true;
 		data->is_working = false;
 		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!!!");