• J
    qemu: Fix memory leak in processGuestPanicEvent · 6b7c5c47
    John Ferlan 提交于
    After processing the processEvent->data for a qemuProcessEventHandler
    callout, it's expected that the called processEvent->eventType helper
    will perform the proper free on the data field. In this case it's
    a qemuMonitorEventPanicInfoPtr.
    6b7c5c47
qemu_driver.c 672.8 KB