Fix free with uninitialized data in opus_tags_parse().
If the parsing fails before all comments are filled in, we will attempt to free any binary metadata at the position one past the last comment, which will be uninitialized. Introduced in commit 0221ca95.
Please register or sign in to comment