summaryrefslogtreecommitdiffstats
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/status.c b/status.c
index a7aa4a6c..98f7967b 100644
--- a/status.c
+++ b/status.c
@@ -622,8 +622,6 @@ status_prompt_clear(struct client *c)
if (c->prompt_freefn != NULL && c->prompt_data != NULL)
c->prompt_freefn(c->prompt_data);
- mode_key_free(&c->prompt_mdata);
-
xfree(c->prompt_string);
c->prompt_string = NULL;