Re: [Qemu-devel] [PATCH] main: allocate gui_timer only once.

2010-06-10 Thread Blue Swirl
Thanks, applied. On Thu, May 27, 2010 at 5:38 AM, Isaku Yamahata wrote: > fix memory leak. > there is no need to allocate more than one gui_timer. > > Signed-off-by: Isaku Yamahata > --- >  vl.c |    1 + >  1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/vl.c b/vl.c > index 417

[Qemu-devel] [PATCH] main: allocate gui_timer only once.

2010-05-26 Thread Isaku Yamahata
fix memory leak. there is no need to allocate more than one gui_timer. Signed-off-by: Isaku Yamahata --- vl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vl.c b/vl.c index 417554f..22cdf43 100644 --- a/vl.c +++ b/vl.c @@ -3794,6 +3794,7 @@ int main(int argc, char **a