From 1880b83c376eccad40fb87212faf0b51fc45f68b Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 28 Jul 2009 22:49:26 +0000 Subject: Sync OpenBSD patchset 188: Get rid of empty mode_key_free function. --- status.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'status.c') diff --git a/status.c b/status.c index 87234ff2..73e604e3 100644 --- a/status.c +++ b/status.c @@ -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 @@ -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; -- cgit