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:
Andree Buschmann 2011-02-22 07:44:15 +00:00
parent 6bc704e92a
commit 1203befa08

View file

@ -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);