diff options
Diffstat (limited to '')
-rw-r--r-- | kirc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ raw(char *fmt, ...) { if (olog) printa(cmd_str); write(conn, cmd_str, strlen(cmd_str)); + free(cmd_str); } static void |