aboutsummaryrefslogtreecommitdiffstats
path: root/src/chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.c')
-rw-r--r--src/chunk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.c b/src/chunk.c
index 5418b6cda..79597506d 100644
--- a/src/chunk.c
+++ b/src/chunk.c
@@ -27,6 +27,7 @@
void
music_chunk_init(struct music_chunk *chunk)
{
+ chunk->other = NULL;
chunk->length = 0;
chunk->tag = NULL;
chunk->replay_gain_serial = 0;