-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 std::bad_alloc() in WaveformRenderBeat::draw() #4789
Conversation
Hehe, build fails because of a typo (in the source, not your code ; ) |
Yes, thank you, that also fixes the crash.
compared to the solution in #4787. Though, the playposition in the overview is still stuck at the center. |
Ouch, there is a typo. I tested only the |
Thank you very much, LGTM |
Merged into |
thanks, I got interrupted by real life and was about to do it just now. |
The new debug assertions unexpectedly triggers on main:
|
https://bugs.launchpad.net/mixxx/+bug/1977662
https://bugs.launchpad.net/mixxx/+bug/1959489
@Ronso: Please test if this fixes your issues. Then we could merge it instead of #4787.