diff options
Diffstat (limited to 'control.c')
-rw-r--r-- | control.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ control_callback(struct client *c, int closed, __unused void *data) if (line == NULL) break; if (*line == '\0') { /* empty line exit */ + free(line); c->flags |= CLIENT_EXIT; break; } |