qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] xen_console: support the new extended xensto


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] xen_console: support the new extended xenstore protocol
Date: Tue, 28 Jun 2011 16:02:11 +0100

On 28 June 2011 15:55,  <address@hidden> wrote:
> +    xs = xs_daemon_open();
> +    if (xs == NULL) {
> +        fprintf(stderr, "Could not contact XenStore\n");
> +        goto out;
> +    }

> +out:
> +    free(path);
> +    xs_daemon_close(xs);

Google suggests xs_daemon_close(NULL) will crash...

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]