1
0
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:
Bram Matthys
2006-05-17 11:46:24 +00:00
parent 479e06e01e
commit 1ed25f94a6
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -116,6 +116,7 @@ void CommandDel(Command *command) {
if (!*tmp)
{
IsupportDel(IsupportFind("CMDS"));
free(tmp);
cmdstr = NULL;
}
else