1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 03:43:12 +02:00

Fixed pointer confusing in ModData system and made UnrealIRCd free all client ModData structures on client exit.

This commit is contained in:
Bram Matthys
2015-05-18 16:42:01 +02:00
parent 347609d958
commit 6f4ea900c1
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1331,5 +1331,5 @@ static int compare_floodprot_modes(ChanFloodProt *a, ChanFloodProt *b)
void userfld_free(ModData *md)
{
MyFree(md);
MyFree(md->ptr);
}