summaryrefslogtreecommitdiff
path: root/src/core/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/modules.c')
-rw-r--r--src/core/modules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/modules.c b/src/core/modules.c
index 2c3acbd7..e95eaf2a 100644
--- a/src/core/modules.c
+++ b/src/core/modules.c
@@ -338,6 +338,7 @@ void module_unload(MODULE_REC *module)
module_deinit();
g_free(deinitfunc);
+ signals_remove_module(module->name);
g_module_close(module->gmodule);
g_free(module->name);
g_free(module);