diff options
Diffstat (limited to 'src/unreal31.c')
-rw-r--r-- | src/unreal31.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unreal31.c b/src/unreal31.c index a39c8e4fe..d82d515c5 100644 --- a/src/unreal31.c +++ b/src/unreal31.c @@ -1627,6 +1627,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 |