[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH] vnc: fix memleak of the "vnc-worker-output" na
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-stable] [PATCH] vnc: fix memleak of the "vnc-worker-output" name |
Date: |
Tue, 21 Aug 2018 07:39:32 +0200 |
User-agent: |
NeoMutt/20180622 |
On Wed, Aug 08, 2018 at 12:18:30AM +0200, Peter Wu wrote:
> Fixes repeated memory leaks of 18 bytes when using VNC:
>
> Direct leak of 831024 byte(s) in 46168 object(s) allocated from:
> ...
> #4 0x7f6d2f919bdd in g_strdup_vprintf glib/gstrfuncs.c:514
> #5 0x56085cdcf660 in buffer_init util/buffer.c:59
> #6 0x56085ca6a7ec in vnc_async_encoding_start ui/vnc-jobs.c:177
> #7 0x56085ca6b815 in vnc_worker_thread_loop ui/vnc-jobs.c:240
>
> Fixes: 543b95801f98 ("vnc: attach names to buffers")
> Cc: Gerd Hoffmann <address@hidden>
> CC: address@hidden
> Signed-off-by: Peter Wu <address@hidden>
Added to ui queue.
thanks,
Gerd