aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/DecoderInternal.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DecoderInternal.hxx b/src/DecoderInternal.hxx
index 8e3a7d4b..69c8c092 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) {}
};
/**