qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.7 0/9] Leak fixes for 2.7
@ 2016-08-07 20:05 marcandre.lureau
  2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 1/9] numa: do not leak NumaOptions marcandre.lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: marcandre.lureau @ 2016-08-07 20:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:

  tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)

are available in the git repository at:

  git://github.com/elmarco/qemu.git tags/leaks-for-2.7-pull-request

for you to fetch changes up to 5839df7b71540a2af2580bb53ad1e2005bb175e6:

  ahci: fix sglist leak on retry (2016-08-08 00:00:41 +0400)

----------------------------------------------------------------

----------------------------------------------------------------

Marc-André Lureau (9):
  numa: do not leak NumaOptions
  char: free the tcp connection data when closing
  char: free MuxDriver when closing
  ahci: free irqs array
  qjson: free str
  virtio-input: free config list
  usb: free USBDevice.strings
  usb: free leaking path
  ahci: fix sglist leak on retry

 hw/ide/ahci.c           |  4 ++--
 hw/ide/core.c           |  1 +
 hw/input/virtio-input.c | 11 ++++++++++
 hw/usb/bus.c            |  7 ++++++
 hw/usb/desc.c           |  1 +
 migration/qjson.c       |  1 +
 numa.c                  | 15 +++++++------
 qemu-char.c             | 58 +++++++++++++++++++++++++++++++++----------------
 8 files changed, 70 insertions(+), 28 deletions(-)

-- 
2.9.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-08-08 12:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-07 20:05 [Qemu-devel] [PULL for-2.7 0/9] Leak fixes for 2.7 marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 1/9] numa: do not leak NumaOptions marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 2/9] char: free the tcp connection data when closing marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 3/9] char: free MuxDriver " marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 4/9] ahci: free irqs array marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 5/9] qjson: free str marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 6/9] virtio-input: free config list marcandre.lureau
2016-08-07 20:05 ` [Qemu-devel] [PULL for-2.7 7/9] usb: free USBDevice.strings marcandre.lureau
2016-08-07 20:06 ` [Qemu-devel] [PULL for-2.7 8/9] usb: free leaking path marcandre.lureau
2016-08-07 20:06 ` [Qemu-devel] [PULL for-2.7 9/9] ahci: fix sglist leak on retry marcandre.lureau
2016-08-08 12:25 ` [Qemu-devel] [PULL for-2.7 0/9] Leak fixes for 2.7 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).