1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 21:36:38 +02:00

actually call moddata_free_client() :)

This commit is contained in:
Bram Matthys
2015-05-18 16:48:24 +02:00
parent fa38dbf9e6
commit 28c2e83cc4
+3
View File
@@ -563,6 +563,9 @@ static void exit_one_client(aClient *sptr, const char *comment)
*/
if (!MyConnect(sptr))
unrealdns_delreq_bycptr(sptr);
/* Free module related data for this client */
moddata_free_client(sptr);
}
/* Remove sptr from the client list */