1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Oups (again)

This commit is contained in:
Rémi Denis-Courmont 2007-01-14 19:44:24 +00:00
parent 3e1e9f157b
commit b7bb84da7d

View File

@ -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 );