diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-28 11:11:29 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-28 11:11:29 -0700 |
commit | 071c4d4226d9cbeb1f1f67139261b13205816d8a (patch) | |
tree | 6593df48a731cb6bff687822b284fcba649cf6f6 /host/lib/transport | |
parent | f5bdb7ccb39ef23d4b2c0872fe410e9d5d031958 (diff) | |
parent | 852f5c5f7b31bfb2e7561a86ca9f5380bd53d130 (diff) | |
download | uhd-071c4d4226d9cbeb1f1f67139261b13205816d8a.tar.gz uhd-071c4d4226d9cbeb1f1f67139261b13205816d8a.tar.bz2 uhd-071c4d4226d9cbeb1f1f67139261b13205816d8a.zip |
Merge branch 'master' into libusb
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/libusb1_zero_copy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/libusb1_zero_copy.cpp b/host/lib/transport/libusb1_zero_copy.cpp index d3888240b..b089d11e0 100644 --- a/host/lib/transport/libusb1_zero_copy.cpp +++ b/host/lib/transport/libusb1_zero_copy.cpp @@ -184,7 +184,7 @@ usb_endpoint::~usb_endpoint(void){ } //collect canceled transfers (drain the queue) - while (this->get_lut_with_wait() != NULL); + while (this->get_lut_with_wait() != NULL){}; //free all transfers BOOST_FOREACH(libusb_transfer *lut, _all_luts){ |