Commit a3696e65 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Plug another tiny leak

parent 52e8fb15
......@@ -282,6 +282,7 @@ interactive(int sock)
}
}
}
free(answer);
cli_write(sock, "banner\n");
while (1) {
i = poll(fds, 2, -1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment