mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 21:23:12 +02:00
- Fixed implicit declaration compiler warning if compiling for ipv6.
- Fixed some small memory leak on rehash. - Removed spamfilter-oversized-checking when trying to REMOVE one.. duh.. reported by satmd (#00029160).
This commit is contained in:
@@ -116,6 +116,7 @@ void CommandDel(Command *command) {
|
||||
if (!*tmp)
|
||||
{
|
||||
IsupportDel(IsupportFind("CMDS"));
|
||||
free(tmp);
|
||||
cmdstr = NULL;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user