diff options
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -902,7 +902,7 @@ server_lost_client(struct client *c) ARRAY_SET(&clients, i, NULL); } - tty_free(&c->tty, c->flags & CLIENT_SUSPENDED); + tty_free(&c->tty); screen_free(&c->status); |