[libvirt] [PATCH] qemu: Fix one memory leak

Michal Privoznik mprivozn at redhat.com
Wed Jun 22 10:04:42 UTC 2011


On 22.06.2011 12:20, Osier Yang wrote:
> * src/qemu/qemu_domain.c: (qemuDomainAppendLog)
> 
> Free "message" in "cleanup".
> ---
>  src/qemu/qemu_domain.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
> index 5fe66ac..fab316f 100644
> --- a/src/qemu/qemu_domain.c
> +++ b/src/qemu/qemu_domain.c
> @@ -947,5 +947,6 @@ cleanup:
>      if (fd != logFD)
>          VIR_FORCE_CLOSE(fd);
>  
> +    VIR_FREE(message);
>      return ret;
>  }

ACK

Michal




More information about the libvir-list mailing list