aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/usb.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-02-07 15:47:39 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-03-01 11:51:29 +0400
commit62030ed135e4cfb960cb626510cbb3ea77bb9ef9 (patch)
treea64cf3de98fe919ccfc46d50c864ba2fd496905e /tests/libqos/usb.h
parentd3510ff9d7e78c89ee41175082ae5390e6e5b285 (diff)
tests: fix usb-test leaks
Fix the usb tests leaks. Spotted by ASAN. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'tests/libqos/usb.h')
-rw-r--r--tests/libqos/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libqos/usb.h b/tests/libqos/usb.h
index 423dcfd82f..297cfc564d 100644
--- a/tests/libqos/usb.h
+++ b/tests/libqos/usb.h
@@ -11,6 +11,7 @@ struct qhc {
void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc,
uint32_t devfn, int bar);
void uhci_port_test(struct qhc *hc, int port, uint16_t expect);
+void uhci_deinit(struct qhc *hc);
void usb_test_hotplug(const char *bus_name, const int port,
void (*port_check)(void));