From 4a5aad0948eb782ec6b74a1f038c0e5635c1bb9b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2013 15:37:35 +0200 Subject: PlayerControl: initialize tagged_song in constructor --- src/PlayerControl.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PlayerControl.cxx') diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx index 9ba77b32c..a0c72b4c9 100644 --- a/src/PlayerControl.cxx +++ b/src/PlayerControl.cxx @@ -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), -- cgit v1.2.3