]> git.sesse.net Git - bmusb/blobdiff - bmusb.cpp
Make shutdown faster for the case where we have zero real USB cards.
[bmusb] / bmusb.cpp
index 83ea717dd678512c6addbaf7609affd594115116..4a5f8a3c4b588336aa67ad3448f6e78d17e9bfb8 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1479,6 +1479,7 @@ void BMUSBCapture::start_bm_thread()
 void BMUSBCapture::stop_bm_thread()
 {
        should_quit = true;
+       libusb_interrupt_event_handler(nullptr);
        usb_thread.join();
 }