jobs are getting destroyed by calling destroy_all
This commit is contained in:
@@ -118,7 +118,7 @@ static status_t job_queue_destroy (private_job_queue_t *this)
|
||||
this->list->destroy(this->list);
|
||||
break;
|
||||
}
|
||||
job->destroy(job);
|
||||
job->destroy_all(job);
|
||||
}
|
||||
this->list->destroy(this->list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user