From: Florian Forster Date: Wed, 28 Jul 2010 16:02:07 +0000 (+0200) Subject: "show instance" action: Don't free "inst". X-Git-Tag: v4.0.0~61 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=cff7e32b38767764bf182c7e55505e01b928ea9d "show instance" action: Don't free "inst". --- 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 */