All examples in host_test/ need the following lines to be added at the end of the main functions: ``` libusb_release_interface(handle,0); libusb_close(handle); libusb_exit(NULL); ``` See [libusb API](http://libusb.org/static/api-1.0/group__dev.html)