]> git.proxmox.com Git - qemu.git/commit - vl.c
main: allocate gui_timer only once.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 27 May 2010 05:38:47 +0000 (14:38 +0900)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 10 Jun 2010 16:48:06 +0000 (16:48 +0000)
commit0f2ad63fcb75c9679ff7d47f6b2235dfc646de35
tree37dc4f4a4bb4bb209c31ef0936ba6554091b8a64
parent60a3992e759d92b9111871b0881e65519c750b01
main: allocate gui_timer only once.

fix memory leak.
there is no need to allocate more than one gui_timer.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
vl.c