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

ControllerScriptInterfaceLegacy: Do not modify QHash while iterating over it #4627

Merged

Conversation

Holzhaus
Copy link
Member

Modifing m_timers via ControllerScriptInterfaceLegacy::stopTimer()
invalidates all iterators for m_timers. The old code only worked by
chance and triggers an assertion with Qt6.

…over it

Modifing `m_timers` via `ControllerScriptInterfaceLegacy::stopTimer()`
invalidates all iterators for `m_timers`. The old code only worked by
chance and triggers an assertion with Qt6.
@ywwg ywwg merged commit d427681 into mixxxdj:main Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants