On Mon, Feb 28, 2011 at 9:10 AM, Paolo Bonzini <pbonzini@xxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html