mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 05:52:24 +01:00
Fix memory leak on +beI
This commit is contained in:
parent
a43637d55d
commit
eac417d66a
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ char *mode_ban_handler(Client *client, Channel *channel, char *param, int what,
|
|||
safe_free(b);
|
||||
return NULL;
|
||||
}
|
||||
safe_free(b);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue