Skip to content
Commit 8ddb278e authored by Bart De Vries's avatar Bart De Vries
Browse files

Fix and prevent nullptr dereferences in AudioManager

This would happen when the current track is changed to "no track".
Signals from the backend KMediaSession would still trigger duration()
calls which would try to dereference the pointer to the current track
entry.
parent 95590dd4
Pipeline #445820 passed with stages
in 12 minutes and 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment