]> 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>
Tue, 5 Aug 2014 16:41:26 +0000 (11:41 -0500)
commit98646a11d0977b99bd05efbd6bf8330411ebba63
tree98fd9f90c4aac71b9d7f6ca7ff0ba86201c8157d
parent53bdfb5b62eee7a29c7a479bb87b47d941a30812
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