Reversed unintended commit
This commit is contained in:
committed by
Andreas Steffen
parent
71741df078
commit
103218b912
@@ -161,7 +161,7 @@ METHOD(imc_t, type_supported, bool,
|
|||||||
METHOD(imc_t, destroy, void,
|
METHOD(imc_t, destroy, void,
|
||||||
private_tnc_imc_t *this)
|
private_tnc_imc_t *this)
|
||||||
{
|
{
|
||||||
//dlclose(this->handle);
|
dlclose(this->handle);
|
||||||
this->mutex->destroy(this->mutex);
|
this->mutex->destroy(this->mutex);
|
||||||
free(this->supported_types);
|
free(this->supported_types);
|
||||||
free(this->name);
|
free(this->name);
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ METHOD(imv_t, type_supported, bool,
|
|||||||
METHOD(imv_t, destroy, void,
|
METHOD(imv_t, destroy, void,
|
||||||
private_tnc_imv_t *this)
|
private_tnc_imv_t *this)
|
||||||
{
|
{
|
||||||
//dlclose(this->handle);
|
dlclose(this->handle);
|
||||||
this->mutex->destroy(this->mutex);
|
this->mutex->destroy(this->mutex);
|
||||||
free(this->supported_types);
|
free(this->supported_types);
|
||||||
free(this->name);
|
free(this->name);
|
||||||
|
|||||||
Reference in New Issue
Block a user