
25 Jun
2018
25 Jun
'18
7:41 p.m.
On 06/25/2018 03:48 PM, w00251574 wrote:
Subject: [PATCH] qemu: monitor: Fix memory leak in qemuMonitorJSONNBDServerStart()
Exiting early through the return path did result in 'port_str' being leaked.
Signed-off-by: Jie Wang <wangjie88.huawei.com> --- src/qemu/qemu_monitor_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACKed and pushed. Michal