On 11/29/2011 11:49 PM, [email protected] wrote:
> From: Alex Jia <[email protected]>
> 
> Detected by Coverity. Leak introduced in commit 109efd7.
> 
> Signed-off-by: Alex Jia <[email protected]>
> ---
>  src/qemu/qemu_process.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
> index 2563f97..b05c280 100644
> --- a/src/qemu/qemu_process.c
> +++ b/src/qemu/qemu_process.c
> @@ -1224,7 +1224,7 @@ qemuProcessWaitForMonitor(struct qemud_driver* driver,
>  
>          if (VIR_ALLOC_N(buf, buf_size) < 0) {
>              virReportOOMError();
> -            return -1;
> +            goto closelog;

ACK and pushed.

-- 
Eric Blake   [email protected]    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to