summaryrefslogtreecommitdiff
path: root/src/core/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.c')
-rw-r--r--src/core/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.c b/src/core/core.c
index f39c50d3..041d75a4 100644
--- a/src/core/core.c
+++ b/src/core/core.c
@@ -249,6 +249,8 @@ void core_init(int argc, char *argv[])
void core_deinit(void)
{
+ module_uniq_destroy("WINDOW ITEM TYPE");
+
signal_remove("setup changed", (SIGNAL_FUNC) read_settings);
signal_remove("irssi init finished", (SIGNAL_FUNC) sig_irssi_init_finished);