PlayerControl: initialize tagged_song in constructor

This commit is contained in:
Max Kellermann 2013-10-26 15:37:35 +02:00
parent 85ae7e9c9a
commit 4a5aad0948

View File

@ -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),