Plugins(Windows): uninstalling plugins may fail if in use
The Windows API FreeLibrary used in dlclose reports success but the module is sometimes not actually unloaded. This results in the removal of the plugin's files to fail.
The Windows API FreeLibrary used in dlclose reports success but the module is sometimes not actually unloaded. This results in the removal of the plugin's files to fail.
closed