summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/chatnets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/chatnets.c b/src/core/chatnets.c
index 705dd2e7..62c31c98 100644
--- a/src/core/chatnets.c
+++ b/src/core/chatnets.c
@@ -193,8 +193,6 @@ void chatnets_init(void)
void chatnets_deinit(void)
{
- while (chatnets != NULL)
- chatnet_destroy(chatnets->data);
module_uniq_destroy("CHATNET");
signal_remove("event connected", (SIGNAL_FUNC) sig_connected);