]> Git Repo - qemu.git/blobdiff - hw/usb/combined-packet.c
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging
[qemu.git] / hw / usb / combined-packet.c
index 13f6602ad242e2643fb9518869b728d3a16066ee..ad77705f8cec1d45de4e8e11ceaec2c45a22bd7a 100644 (file)
@@ -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);
     }
 }
This page took 0.022088 seconds and 4 git commands to generate.