summaryrefslogtreecommitdiffstats
path: root/server-msg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-12-12 19:44:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-12-12 19:44:59 +0000
commitc6efbbb8433ac2f292c336ff8d70752d2b7e964e (patch)
tree190a9d5a79d45231833b839970832d302f963244 /server-msg.c
parent5bc8b2b7b61b9c73f34253e97999a688664f3b7f (diff)
Don't free twice when exiting.
Diffstat (limited to 'server-msg.c')
-rw-r--r--server-msg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/server-msg.c b/server-msg.c
index 4441deda..d5cc54ad 100644
--- a/server-msg.c
+++ b/server-msg.c
@@ -1,5 +1,5 @@
-/* $Id: server-msg.c,v 1.41 2007-12-06 20:53:48 nicm Exp $ */
+/* $Id: server-msg.c,v 1.42 2007-12-12 19:44:59 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -253,8 +253,6 @@ server_msg_fn_exiting(struct hdr *hdr, struct client *c)
tty_close(&c->tty);
- recalculate_sizes();
-
server_write_client(c, MSG_EXITED, NULL, 0);
return (0);