On Mon, Feb 28, 2011 at 9:10 AM, Paolo Bonzini <pbonz...@redhat.com> wrote:
> +static unsigned __stdcall win32_start_routine(void *arg)
> +{
> +    struct QemuThreadData data = *(struct QemuThreadData *) arg;
> +    QemuThread *thread = data.thread;
> +
> +    free(arg);

qemu_free(arg);

Stefan
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to