]> Git Repo - qemu.git/blobdiff - monitor.c
qemu-img: Map bench buffer
[qemu.git] / monitor.c
index d682eee2d8970306958716fb22adcd0f2af9fe3c..b9da5e20d1e76d878e84632314e6837fe9ba0c62 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -583,7 +583,7 @@ static void monitor_data_destroy(Monitor *mon)
     if (monitor_is_qmp(mon)) {
         json_message_parser_destroy(&mon->qmp.parser);
     }
-    g_free(mon->rs);
+    readline_free(mon->rs);
     QDECREF(mon->outbuf);
     qemu_mutex_destroy(&mon->out_lock);
 }
This page took 0.022747 seconds and 4 git commands to generate.