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(BLE): Struct used in volatile context now marked as volatile #645

Merged
merged 4 commits into from
Jul 5, 2023

Conversation

EricB-ADI
Copy link
Contributor

The previous fix for the DTM memory leaked, marked an internal struct in the control block as volatile, and not the entire control block. This still caused issues regarding optimization which generated opportunities for memory leaks. This has had no failures running continuously for multiple days.

@EdwinFairchild EdwinFairchild self-requested a review June 30, 2023 16:49
@EricB-ADI EricB-ADI changed the title fix (BLE): struct used in volatile context now marked as volatile fix(BLE): struct used in volatile context now marked as volatile Jun 30, 2023
@EricB-ADI EricB-ADI changed the title fix(BLE): struct used in volatile context now marked as volatile fix(BLE): Struct used in volatile context now marked as volatile Jun 30, 2023
@EricB-ADI EricB-ADI merged commit 23f4993 into analogdevicesinc:main Jul 5, 2023
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.

3 participants