From: RĂ©mi Denis-Courmont Date: Sun, 14 Jan 2007 19:44:24 +0000 (+0000) Subject: Oups (again) X-Git-Tag: 0.9.0-test0~8820 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b7bb84da7d1c7e2e3a5f4fa1d250ee4d57fcfe54;p=vlc Oups (again) --- diff --git a/src/misc/modules.c b/src/misc/modules.c index cf46740600..701463cff6 100644 --- a/src/misc/modules.c +++ b/src/misc/modules.c @@ -1447,7 +1447,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 );