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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user