- fixed memleak
This commit is contained in:
@@ -99,6 +99,7 @@ static status_t destroy(private_thread_pool_t *this)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* free mem */
|
/* free mem */
|
||||||
|
this->logger->destroy(this->logger);
|
||||||
allocator_free(this->threads);
|
allocator_free(this->threads);
|
||||||
allocator_free(this);
|
allocator_free(this);
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user