"show instance" action: Don't free "inst".
[collection4.git] / src / action_show_instance.c
index ab276f7..bb807a6 100644 (file)
@@ -180,7 +180,6 @@ static int left_menu (void *user_data) /* {{{ */
 
   host = NULL;
   ident_destroy (ident);
-  inst_destroy (inst);
 
   return (0);
 } /* }}} int left_menu */