« Previous | Next » 

Revision 5e52e5f9

ID5e52e5f903b2648c59030637e1610b32e965d615

Added by Markus Armbruster almost 13 years ago

virtio-serial: Plug memory leak on qdev exit()

virtio_serial_init() allocates the VirtIOSerialBus dynamically, but
virtio_serial_exit() doesn't free it.

Fix by getting rid of the allocation.

Signed-off-by: Markus Armbruster <>
Signed-off-by: Amit Shah <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences