commit | 93bb1315250dd010e65dc067af103cbaf0de03ae | [log] [tgz] |
---|---|---|
author | Gonglei <arei.gonglei@huawei.com> | Tue Sep 16 21:36:55 2014 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Sep 22 11:39:31 2014 +0100 |
tree | 0c652ac83bc845fe43107e73b13d3814700f93e8 | |
parent | 407ba0844d90a344e5ed012129e6e40e091bf48b [diff] [blame] |
hmp: fix memory leak at hmp_info_block_jobs() Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 1410874615-14292-1-git-send-email-arei.gonglei@huawei.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
diff --git a/hmp.c b/hmp.c index 40a90da..31fb6a1 100644 --- a/hmp.c +++ b/hmp.c
@@ -679,6 +679,8 @@ } list = list->next; } + + qapi_free_BlockJobInfoList(list); } void hmp_info_tpm(Monitor *mon, const QDict *qdict)