]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR
authorMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2014 09:17:03 +0000 (11:17 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Jul 2014 21:31:29 +0000 (16:31 -0500)
commit7267e51b324dd23837b244261417c7002054430f
tree3aff24bd1681c8a5eee8096ba78c6f9788a59923
parentd1775fe94a1bbfb337c7e6d178a81de3c5339d3f
block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR

Introduced in commit a8d8ecb.  Spotted by Coverity.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit f25391c2a6ef1674384204265429520ea50e82bc)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/qapi.c