]> git.proxmox.com Git - mirror_qemu.git/commit
vnc: fix memleak of the "vnc-worker-output" name
authorPeter Wu <peter@lekensteyn.nl>
Tue, 7 Aug 2018 22:18:30 +0000 (00:18 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Aug 2018 06:40:10 +0000 (08:40 +0200)
commit0ae0b069aa8f23a138cc6d2d83edaa5c22f948a5
tree0b76b94f132fd45bb092e44836d7e2f79d90d93d
parent2313e482e12288202762495050040952b6e07431
vnc: fix memleak of the "vnc-worker-output" name

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 <kraxel@redhat.com>
CC: qemu-stable@nongnu.org
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20180807221830.3844-1-peter@lekensteyn.nl
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc-jobs.c