greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.94k stars 433 forks source link

host: Fix unreachable libusb_free_device_list() in ubertooth_count() #318

Closed mnaberez closed 6 years ago

mnaberez commented 6 years ago

The ubertooth_count() function added in c920e95c1cc8a8e701cfeff5c311721e140bc888 frees the device list after the return.

mikeryan commented 6 years ago

Good catch, thanks!