mbox series

[v2,0/1] Fix bochs memory leak

Message ID cover.1576013209.git.dirty@apple.com
Headers show
Series Fix bochs memory leak | expand

Message

Cameron Esfahani via Dec. 10, 2019, 9:27 p.m. UTC
Fix a small memory leak in the Bochs display driver.

Each frame would leak about 304 bytes.

v2: Add missing signed-off-by line.

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

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