summaryrefslogtreecommitdiff
path: root/src/ratbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ratbox.c')
-rw-r--r--src/ratbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ratbox.c b/src/ratbox.c
index d0b5ef3e8..00e4b756f 100644
--- a/src/ratbox.c
+++ b/src/ratbox.c
@@ -1860,6 +1860,7 @@ void anope_cmd_ctcp(char *source, char *dest, const char *fmt, ...)
}
send_cmd(source, "NOTICE %s :\1%s \1", dest, s);
+ free(s);
}
#endif