summaryrefslogtreecommitdiff
path: root/src/irc/flood
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-10-02 07:55:51 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-10-02 07:55:51 +0000
commitc988af4150dba4d429496fe5e36fd219377a0935 (patch)
treec50d3e6d84deb3a856b9dcf3da63b13b376f2f8c /src/irc/flood
parent56331f78e0742b0418a4259e65ee1a00daa923d6 (diff)
downloadirssi-c988af4150dba4d429496fe5e36fd219377a0935.zip
Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we
don't try to access free'd data. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1818 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/flood')
-rw-r--r--src/irc/flood/flood.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/flood/flood.c b/src/irc/flood/flood.c
index aa383554..d5339d4f 100644
--- a/src/irc/flood/flood.c
+++ b/src/irc/flood/flood.c
@@ -160,6 +160,7 @@ static void flood_deinit_server(IRC_SERVER_REC *server)
g_hash_table_destroy(mserver->floodlist);
}
g_free(mserver);
+ MODULE_DATA_UNSET(server);
}
static FLOOD_ITEM_REC *flood_find(FLOOD_REC *flood, int level,