summaryrefslogtreecommitdiff
path: root/apps/metadata/mp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/mp4.c')
-rw-r--r--apps/metadata/mp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/mp4.c b/apps/metadata/mp4.c
index 14aad2203c..746ccb286f 100644
--- a/apps/metadata/mp4.c
+++ b/apps/metadata/mp4.c
@@ -515,7 +515,7 @@ static bool read_mp4_tags(int fd, struct mp3entry* id3,
515 } 515 }
516 else 516 else
517 { 517 {
518 char* any; 518 char* any = NULL;
519 unsigned int length = read_mp4_tag_string(fd, size, 519 unsigned int length = read_mp4_tag_string(fd, size,
520 &buffer, &buffer_left, &any); 520 &buffer, &buffer_left, &any);
521 521