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

Avoid memory leaks #188

Closed
wants to merge 1 commit into from
Closed

Avoid memory leaks #188

wants to merge 1 commit into from

Conversation

Jakuje
Copy link
Contributor

@Jakuje Jakuje commented May 21, 2024

The CFBundleName variable is assigned to 0-N driverTracker structures and when they are freed, its leaked.

This is not a huge issue, as I understand it, it happens only on-time, but this should make the static analyzers more happy.

The CFBundleName variable is assigned to 0-N driverTracker structures
and when they are freed, its leaked.

Signed-off-by: Jakub Jelen <[email protected]>
@LudovicRousseau
Copy link
Owner

Fixed in 63a9371
Thanks

@Jakuje
Copy link
Contributor Author

Jakuje commented May 23, 2024

Thanks!

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