]> git.ipfire.org Git - thirdparty/qemu.git/commit
QMP: Don't free async event's 'data'
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 8 Jan 2010 18:45:53 +0000 (16:45 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 12 Jan 2010 19:33:13 +0000 (13:33 -0600)
commiteacad66dbe7dadb47f66b3d19ebf8887064f9159
tree47d4bf777e8d0c7e479cb8eb17fc0f86720552d1
parent66dbb62824845e91808171a675998706ce359c71
QMP: Don't free async event's 'data'

The monitor_protocol_event() function will free the
event's data, this is wrong as 'data' management is up
to the caller.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 3d72f9a2be640f368229d579e80ce4ef2a823e49)
monitor.c