From: Sansar Choinyambuu Date: Wed, 2 Nov 2011 07:08:06 +0000 (+0100) Subject: Reversed unintended commit X-Git-Tag: 4.6.2~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66719d7d6370886459c403da56f286783967ae2;p=thirdparty%2Fstrongswan.git Reversed unintended commit --- diff --git a/src/libcharon/plugins/tnc_imc/tnc_imc.c b/src/libcharon/plugins/tnc_imc/tnc_imc.c index cf2f09a3c5..52e5266043 100644 --- a/src/libcharon/plugins/tnc_imc/tnc_imc.c +++ b/src/libcharon/plugins/tnc_imc/tnc_imc.c @@ -161,7 +161,7 @@ METHOD(imc_t, type_supported, bool, METHOD(imc_t, destroy, void, private_tnc_imc_t *this) { - //dlclose(this->handle); + dlclose(this->handle); this->mutex->destroy(this->mutex); free(this->supported_types); free(this->name); diff --git a/src/libcharon/plugins/tnc_imv/tnc_imv.c b/src/libcharon/plugins/tnc_imv/tnc_imv.c index ea15179db5..f9cfc34178 100644 --- a/src/libcharon/plugins/tnc_imv/tnc_imv.c +++ b/src/libcharon/plugins/tnc_imv/tnc_imv.c @@ -162,7 +162,7 @@ METHOD(imv_t, type_supported, bool, METHOD(imv_t, destroy, void, private_tnc_imv_t *this) { - //dlclose(this->handle); + dlclose(this->handle); this->mutex->destroy(this->mutex); free(this->supported_types); free(this->name);