[libvirt] [PATCH] qemu: Fix memory leak in qemuProcessWaitForMonitor

Daniel Veillard veillard at redhat.com
Thu Jun 23 09:47:48 UTC 2011


On Thu, Jun 23, 2011 at 04:48:14PM +0800, Osier Yang wrote:
> Move "VIR_FREE(buf) into label "closelog", so that "buf" could be
> freed before returning.
> ---
>  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 b441137..7885d88 100644
> --- a/src/qemu/qemu_process.c
> +++ b/src/qemu/qemu_process.c
> @@ -1122,9 +1122,9 @@ cleanup:
>          ret = -1;
>      }
>  
> +closelog:
>      VIR_FREE(buf);
>  
> -closelog:
>      if (VIR_CLOSE(logfd) < 0) {
>          char ebuf[1024];
>          VIR_WARN("Unable to close logfile: %s",

  ACK, buf is always allocated on those exit paths

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list