- fixed memleak

This commit is contained in:
Martin Willi 2005-11-10 10:06:05 +00:00
parent e395138ba4
commit b92be4f06d

View file

@ -99,6 +99,7 @@ static status_t destroy(private_thread_pool_t *this)
}
/* free mem */
this->logger->destroy(this->logger);
allocator_free(this->threads);
allocator_free(this);
return SUCCESS;