summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins.c b/plugins.c
index 384c3d71..a23478a5 100644
--- a/plugins.c
+++ b/plugins.c
@@ -985,11 +985,9 @@ plug_unload_all (void) {
trace ("stopped all plugins\n");
while (plugins) {
plugin_t *next = plugins->next;
-#ifndef ANDROID
if (plugins->handle) {
dlclose (plugins->handle);
}
-#endif
free (plugins);
plugins = next;
}