diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-28 22:49:26 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-28 22:49:26 +0000 |
commit | 1880b83c376eccad40fb87212faf0b51fc45f68b (patch) | |
tree | c3de7a85b7701d12affed684a0b86365e42e2f70 /status.c | |
parent | 46cb0de3471aed81ba5a495b46f9c218f2238e8e (diff) | |
download | rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.tar.gz rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.tar.bz2 rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.zip |
Sync OpenBSD patchset 188:
Get rid of empty mode_key_free function.
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: status.c,v 1.103 2009-07-28 22:44:38 tcunha Exp $ */ +/* $Id: status.c,v 1.104 2009-07-28 22:49:26 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |