diff --git a/gst-libs/gst/tag/gstvorbistag.c b/gst-libs/gst/tag/gstvorbistag.c index 29e4b966b4..99574fbc81 100644 --- a/gst-libs/gst/tag/gstvorbistag.c +++ b/gst-libs/gst/tag/gstvorbistag.c @@ -474,6 +474,7 @@ gst_tag_list_from_vorbiscomment (const guint8 * data, gsize size, } /* we'll just ignore COVERARTMIME and typefind the image data */ if (g_ascii_strcasecmp (cur, "COVERARTMIME") == 0) { + g_free (cur); continue; } else if (g_ascii_strcasecmp (cur, "COVERART") == 0) { gst_vorbis_tag_add_coverart (list, value, value_len);