"show instance" action: Don't free "inst".
authorFlorian Forster <ff@octo.it>
Wed, 28 Jul 2010 16:02:07 +0000 (18:02 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 28 Jul 2010 16:02:07 +0000 (18:02 +0200)
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 */