mirror of https://gitee.com/openkylin/libvirt.git
qemuMonitorTextAddUSBDisk: avoid unconditional leak
* src/qemu/qemu_monitor_text.c (qemuMonitorTextAddUSBDisk): Free command output buffer.
This commit is contained in:
parent
b78fddea39
commit
7ac2787019
|
@ -1229,6 +1229,7 @@ int qemuMonitorTextAddUSBDisk(qemuMonitorPtr mon,
|
|||
cleanup:
|
||||
VIR_FREE(cmd);
|
||||
VIR_FREE(safepath);
|
||||
VIR_FREE(info);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue