From cff7e32b38767764bf182c7e55505e01b928ea9d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 28 Jul 2010 18:02:07 +0200 Subject: [PATCH] "show instance" action: Don't free "inst". --- src/action_show_instance.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/action_show_instance.c b/src/action_show_instance.c index ab276f7..bb807a6 100644 --- a/src/action_show_instance.c +++ b/src/action_show_instance.c @@ -180,7 +180,6 @@ static int left_menu (void *user_data) /* {{{ */ host = NULL; ident_destroy (ident); - inst_destroy (inst); return (0); } /* }}} int left_menu */ -- 2.11.0