Proper initialize dummy destination address to ensure correct functionality for replaygain in mp4 metadata.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29376 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bc704e92a
commit
1203befa08
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ static bool read_mp4_tags(int fd, struct mp3entry* id3,
|
|||
}
|
||||
else
|
||||
{
|
||||
char* any;
|
||||
char* any = NULL;
|
||||
unsigned int length = read_mp4_tag_string(fd, size,
|
||||
&buffer, &buffer_left, &any);
|
||||
|
||||
|
|
Loading…
Reference in a new issue