[PATCH for-5.0 0/3] Memory leak fixes

Marc-André Lureau posted 3 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200325184723.2029630-1-marcandre.lureau@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
migration/migration.c | 7 ++++++-
qapi/qmp-dispatch.c   | 2 ++
qom/qom-qmp-cmds.c    | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
[PATCH for-5.0 0/3] Memory leak fixes
Posted by Marc-André Lureau 4 years, 1 month ago
Hi,

A small series of leaks spotted by ASAN during "make check".

Marc-André Lureau (3):
  migration: fix cleanup_bh leak on resume
  qmp: fix leak on callbacks that return both value and error
  object-add: don't create return value if failed

 migration/migration.c | 7 ++++++-
 qapi/qmp-dispatch.c   | 2 ++
 qom/qom-qmp-cmds.c    | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.26.0.rc2.42.g98cedd0233