[PATCH v3 0/1] Fix bochs memory leak

Cameron Esfahani via posted 1 patch 4 years, 4 months ago
Test asan failed
Test checkpatch passed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1576139278.git.dirty@apple.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/display/bochs-display.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH v3 0/1] Fix bochs memory leak
Posted by Cameron Esfahani via 4 years, 4 months ago
Fix a small memory leak in the Bochs display driver.

Each frame would leak about 304 bytes.

v2: Add missing signed-off-by line.
v3: Add reviewed-by and fixes lines.

Cameron Esfahani (1):
  display/bochs-display: fix memory leak

 hw/display/bochs-display.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.24.0


Re: [PATCH v3 0/1] Fix bochs memory leak
Posted by Cameron Esfahani via 4 years, 4 months ago
Ping.

Cameron Esfahani
dirty@apple.com

"Americans are very skilled at creating a custom meaning from something that's mass-produced."

Ann Powers


> On Dec 12, 2019, at 12:30 AM, Cameron Esfahani via <qemu-devel@nongnu.org> wrote:
> 
> Fix a small memory leak in the Bochs display driver.
> 
> Each frame would leak about 304 bytes.
> 
> v2: Add missing signed-off-by line.
> v3: Add reviewed-by and fixes lines.
> 
> Cameron Esfahani (1):
>  display/bochs-display: fix memory leak
> 
> hw/display/bochs-display.c | 2 ++
> 1 file changed, 2 insertions(+)
> 
> -- 
> 2.24.0
> 
>