diff options
Diffstat (limited to 'src/decoder/oggvorbis_plugin.c')
-rw-r--r-- | src/decoder/oggvorbis_plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/oggvorbis_plugin.c b/src/decoder/oggvorbis_plugin.c index 9fe381d25..f6be8562a 100644 --- a/src/decoder/oggvorbis_plugin.c +++ b/src/decoder/oggvorbis_plugin.c @@ -337,7 +337,6 @@ static struct tag *oggvorbis_TagDup(const char *file) g_free(duplicated); if (err < 0) return NULL; - } ret = oggCommentsParse(ov_comment(&vf, -1)->user_comments); |