Hello.
Anybody interested in this patch?
Pavel Dovgaluk
> -Original Message-
> From: qemu-devel-bounces+pavel.dovgaluk=ispras...@nongnu.org [mailto:qemu-
> devel-bounces+pavel.dovgaluk=ispras...@nongnu.org] On Behalf Of Pavel
> Dovgaluk
> Sent: Wednesday, January 26, 2011 11:06 AM
> To:
> > diff --git a/qemu-timer.c b/qemu-timer.c index 95814af..548f2e5
> 100644
> > --- a/qemu-timer.c
> > +++ b/qemu-timer.c
> > @@ -972,7 +972,10 @@ static int win32_start_timer(struct
> qemu_alarm_timer
> > *t)
>
> Your patch is broken here.
I checked the patch file, my "sent items" folder in o
Am 24.01.2011 15:24, schrieb Pavel Dovgaluk:
This patch fixes resource leaks caused by quitting qemu with exit()
function
on win32 host.
Timer object should be freed not only at the end of the main function, but
by every of the application exits.
Signed-off-by: Pavel Dovgalyuk
---
qemu-timer.c