Re: [Qemu-devel] [PATCH] gtk: fix possible memory leak about local_err
On Fr, 2014-11-14 at 11:25 +0800, zhanghailiang wrote: > local_err in gd_vc_gfx_init() is not freed, and we don't use it, > so remove it. Added to gtk patch queue. thanks, Gerd
[Qemu-devel] [PATCH] gtk: fix possible memory leak about local_err
local_err in gd_vc_gfx_init() is not freed, and we don't use it, so remove it. Signed-off-by: zhanghailiang --- ui/gtk.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.c index 38bf463..9496b8d 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -1666,10 +1666,9 @@ st