We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a019c7 commit 13cd7d3Copy full SHA for 13cd7d3
kirc.c
@@ -82,6 +82,7 @@ raw(char *fmt, ...) {
82
if (olog) printa(cmd_str);
83
84
write(conn, cmd_str, strlen(cmd_str));
85
+ free(cmd_str);
86
}
87
88
static void
0 commit comments