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

fix libusb config descriptor leak #53

Closed
wants to merge 1 commit into from

Conversation

nioncode
Copy link
Contributor

The descriptor received from libusb_get_active_config_descriptor was never freed. Thus, when opening a channel repeatedly, more and more memory was leaked (tested with valgrind).

@LudovicRousseau
Copy link
Owner

Fixed in 06ae975

Thanks

@nioncode
Copy link
Contributor Author

Thanks for the fast merge.
Is there any chance to see a new tagged release that includes this fix, soon? I'd like to have these changes in my code base, but can only rely on tagged git revisions.

@nioncode nioncode deleted the fix-memleak branch August 27, 2018 12:52
@LudovicRousseau
Copy link
Owner

A new release of the CCID driver is on my TODO list.
I will try to work on it in the next 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants