Skip to content

Comments

Fix potential double delete in volume meters#1441

Merged
mikedickey merged 1 commit intodevfrom
bugfix/meter-double-delete
Jun 27, 2025
Merged

Fix potential double delete in volume meters#1441
mikedickey merged 1 commit intodevfrom
bugfix/meter-double-delete

Conversation

@mikedickey
Copy link
Collaborator

The Meter class can be destructed before the 5 second timer expires, causing a crash due to double delete.

Updated lambda bindings to be more explcit to comply with the latest c++20 standard (fixes compiler warnings).

Updated version and changelog for upcoming 2.7.0 release

@mikedickey mikedickey force-pushed the bugfix/meter-double-delete branch 2 times, most recently from 4734e84 to 84b595d Compare June 27, 2025 16:59
The Meter class can be destructed before the 5 second timer
expires, causing a crash due to double delete.

Updated lambda bindings to be more explcit to comply with the
latest c++20 standard (fixes compiler warnings).

Updated version and changelog for upcoming 2.7.0 release
@mikedickey mikedickey force-pushed the bugfix/meter-double-delete branch from 84b595d to f3e91f4 Compare June 27, 2025 17:00
@mikedickey mikedickey merged commit e294e83 into dev Jun 27, 2025
20 checks passed
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.

1 participant