Commit 4a5aad09 authored by Max Kellermann's avatar Max Kellermann

PlayerControl: initialize tagged_song in constructor

parent 85ae7e9c
......@@ -34,6 +34,7 @@ player_control::player_control(unsigned _buffer_chunks,
command(PlayerCommand::NONE),
state(PlayerState::STOP),
error_type(PlayerError::NONE),
tagged_song(nullptr),
next_song(nullptr),
cross_fade_seconds(0),
mixramp_db(0),
......
Markdown is supported
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