diff options
author | Hans de Goede <hdegoede@redhat.com> | 2013-10-19 20:33:47 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2013-11-19 10:36:19 +0100 |
commit | 7496032c316b1242710710e4675a936231b3401d (patch) | |
tree | 5b96030b7a54916985803334ff28bd9daa72ae5d | |
parent | eba5a900bbf65d98e8840deb3dd8c0a166e9fc55 (diff) |
usbredirhost: Add missing flush on cancel
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | usbredirhost/usbredirhost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usbredirhost/usbredirhost.c b/usbredirhost/usbredirhost.c index 5ec3664..86e1a92 100644 --- a/usbredirhost/usbredirhost.c +++ b/usbredirhost/usbredirhost.c @@ -1953,6 +1953,7 @@ static void usbredirhost_cancel_data_packet(void *priv, uint64_t id) } } UNLOCK(host); + FLUSH(host); } static void LIBUSB_CALL usbredirhost_control_packet_complete( |