Commit bb97f8e0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Undo unintended changeset

parent a4d1fdfc
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment