diff options
Diffstat (limited to 'usb-bsd.c')
-rw-r--r-- | usb-bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ static void usb_host_handle_destroy(USBDevice *opaque) close(s->devfd); - qemu_free(s); + g_free(s); } static int usb_host_initfn(USBDevice *dev) |