aboutsummaryrefslogtreecommitdiff
path: root/src/common/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/helper.c')
-rw-r--r--src/common/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/helper.c b/src/common/helper.c
index bb268ce8..e79730c1 100644
--- a/src/common/helper.c
+++ b/src/common/helper.c
@@ -336,7 +336,7 @@ void shutdownPlugins() {
336 Plugin * next; 336 Plugin * next;
337 337
338 next = plugin->next; 338 next = plugin->next;
339 gtkSaveCall(&unloadPlugin, (void *) plugin); 339 unloadPlugin(plugin);
340 plugin = next; 340 plugin = next;
341 } 341 }
342 UNREF(mainXML); 342 UNREF(mainXML);