]> git.ipfire.org Git - thirdparty/qemu.git/commit
display/bochs-display: fix memory leak
authorCameron Esfahani <dirty@apple.com>
Tue, 10 Dec 2019 21:27:54 +0000 (13:27 -0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 22 Jun 2020 17:37:06 +0000 (12:37 -0500)
commit7e1bc51f3f606e758b2600555ddc99f643a3697d
treed9922734be72d8af918185835e38d92b41e9c511
parent8d151ab5c2a0b75e8ce7ef9173209cfc41713b44
display/bochs-display: fix memory leak

Fix memory leak in bochs_display_update().  Leaks 304 bytes per frame.

Fixes: 33ebad54056
Signed-off-by: Cameron Esfahani <dirty@apple.com>
Message-Id: <d6c26e68db134c7b0c7ce8b61596ca2e65e01e12.1576013209.git.dirty@apple.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 0d82411d0e38a0de7829f97d04406765c8d2210d)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/display/bochs-display.c