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

host/audio/ble_iso.c: fix deallocation of BIS #1750

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

KKopyscinski
Copy link
Contributor

Freeing memory back to BIS pool in loop while changing removing ISO connections from list lead to memory leak. Now, memory is freed in separate loop.

@KKopyscinski
Copy link
Contributor Author

@MariuszSkamra PTAL

Freeing memory back to BIS pool in loop while changing removing ISO
connections from list lead to memory leak. Now, memory is freed in
separate loop.
@KKopyscinski
Copy link
Contributor Author

fixed rem_bis being uninitialised

@KKopyscinski KKopyscinski merged commit b02b39b into apache:master Apr 10, 2024
18 checks passed
@KKopyscinski KKopyscinski deleted the bis_free_fix branch April 10, 2024 05:53
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.

2 participants