]> Git Repo - qemu.git/commit
serial: fix memory leak in serial exit
authorLi Qiang <[email protected]>
Wed, 4 Jan 2017 08:43:16 +0000 (00:43 -0800)
committerPaolo Bonzini <[email protected]>
Mon, 16 Jan 2017 16:52:35 +0000 (17:52 +0100)
commit8409dc884a201bf74b30a9d232b6bbdd00cb7e2b
treee15cc272c850bffad649624e15cdf42a9d512d16
parent1f8af0d186abf9ef775a74d41bf2852ed8d59b63
serial: fix memory leak in serial exit

The serial_exit_core function doesn't free some resources.
This can lead memory leak when hotplug and unplug. This
patch avoid this.

Signed-off-by: Li Qiang <[email protected]>
Message-Id: <586cb5ab.f31d9d0a[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/char/serial.c
This page took 0.025452 seconds and 4 git commands to generate.