From ac6803e7b73b96573c7b6823e03bc153d1f63b8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 22:01:13 +0100 Subject: DecoderInternal: initialize replay_gain_serial --- src/DecoderInternal.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/DecoderInternal.hxx b/src/DecoderInternal.hxx index 8e3a7d4b1..69c8c0920 100644 --- a/src/DecoderInternal.hxx +++ b/src/DecoderInternal.hxx @@ -89,7 +89,8 @@ struct decoder { initial_seek_running(false), seeking(false), song_tag(_tag), stream_tag(nullptr), decoder_tag(nullptr), - chunk(nullptr) {} + chunk(nullptr), + replay_gain_serial(0) {} }; /** -- cgit v1.2.3