]> Git Repo - qemu.git/commit
ide: Fix memory leak in ide_register_restart_cb()
authorAshijeet Acharya <[email protected]>
Tue, 27 Sep 2016 16:53:32 +0000 (22:23 +0530)
committerJohn Snow <[email protected]>
Thu, 29 Sep 2016 19:50:29 +0000 (15:50 -0400)
commitca44141d5fb801dd5903102acefd0f2d8e8bb6a1
treefad957e61614cb179d6fc731af800ba72a07b79b
parentc9f7acd57552b919a7b9b1c381383960307c0ada
ide: Fix memory leak in ide_register_restart_cb()

Fix a memory leak in ide_register_restart_cb() in hw/ide/core.c and add
idebus_unrealize() in hw/ide/qdev.c to have calls to
qemu_del_vm_change_state_handler() to deal with the dangling change
state handler during hot-unplugging ide devices which might lead to a
crash.

Signed-off-by: Ashijeet Acharya <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-id: 1474995212[email protected]
[Minor whitespace fix --js]
Signed-off-by: John Snow <[email protected]>
hw/ide/core.c
hw/ide/qdev.c
include/hw/ide/internal.h
This page took 0.024018 seconds and 4 git commands to generate.