diff --git a/src/misc/modules.c b/src/misc/modules.c index 037029b81279c97e34d36302900d1b0f8cc3b18f..11c06c112cc872351fe1ba83d7675cfc9623b61e 100644 --- a/src/misc/modules.c +++ b/src/misc/modules.c @@ -1456,7 +1456,7 @@ static void CloseModule( module_handle_t handle ) FreeLibrary( handle ); #elif defined(HAVE_DL_DLOPEN) - //dlclose( handle ); + dlclose( handle ); #elif defined(HAVE_DL_SHL_LOAD) shl_unload( handle );