diff options
Diffstat (limited to 'hmp.c')
| -rw-r--r-- | hmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp.c b/hmp.c index fd5daa75b7..559cad1bb5 100644 --- a/hmp.c +++ b/hmp.c @@ -2006,7 +2006,7 @@ void hmp_info_memdev(Monitor *mon, const QDict *qdict) monitor_printf(mon, " host nodes: %s\n", str); g_free(str); - string_output_visitor_cleanup(ov); + visit_free(string_output_get_visitor(ov)); m = m->next; i++; } |