Loading hw/usb/combined-packet.c +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ static void usb_combined_packet_remove(USBCombinedPacket *combined, p->combined = NULL; QTAILQ_REMOVE(&combined->packets, p, combined_entry); if (QTAILQ_EMPTY(&combined->packets)) { qemu_iovec_destroy(&combined->iov); g_free(combined); } } Loading Loading
hw/usb/combined-packet.c +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ static void usb_combined_packet_remove(USBCombinedPacket *combined, p->combined = NULL; QTAILQ_REMOVE(&combined->packets, p, combined_entry); if (QTAILQ_EMPTY(&combined->packets)) { qemu_iovec_destroy(&combined->iov); g_free(combined); } } Loading