mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
vorbistag: fix memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=687057
This commit is contained in:
parent
973f4f09ea
commit
51c4e51d9c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue