Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling k4a_device_open before k4a_device_get_installed_count causes LIBUSB to report leaked resources. #38

Closed
wes-b opened this issue Feb 7, 2019 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@wes-b
Copy link
Contributor

wes-b commented Feb 7, 2019

call
k4a_device_open
k4a_device_get_installed_count
k4a_device_close

you should not get the following results.
libusb: warning [libusb_exit] some libusb_devices were leaked

@wes-b wes-b self-assigned this Feb 7, 2019
@wes-b wes-b added the Bug Something isn't working label Feb 7, 2019
@wes-b
Copy link
Contributor Author

wes-b commented Mar 15, 2019

This was fixed when support was added for more than one device on a single PC.

@wes-b wes-b closed this as completed Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant