projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca9e6c
)
"show instance" action: Don't free "inst".
author
Florian Forster
<ff@octo.it>
Wed, 28 Jul 2010 16:02:07 +0000
(18:02 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 28 Jul 2010 16:02:07 +0000
(18:02 +0200)
src/action_show_instance.c
patch
|
blob
|
history
diff --git
a/src/action_show_instance.c
b/src/action_show_instance.c
index
ab276f7
..
bb807a6
100644
(file)
--- 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 */