decoder/oggflac: initialize the "tag" variable

This commit is contained in:
Max Kellermann 2009-11-10 23:56:59 +01:00
parent c1a999c492
commit 305de100a7

View File

@ -283,7 +283,8 @@ oggflac_tag_dup(const char *file)
if (tag_is_defined(data.tag)) {
tag = data.tag;
data.tag = NULL;
}
} else
tag = NULL;
flac_data_deinit(&data);