matroska: read: fix tag list memory leak
authorVineeth TM <vineeth.tm@samsung.com>
Fri, 21 Aug 2015 04:19:02 +0000 (13:19 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 21 Aug 2015 07:22:54 +0000 (10:22 +0300)
commit77c9e2cd4d2eff371685bba9193919990a25809a
treeb5c93a6893099e3035074d5e3a7e324e51e610cd
parent1d23930cd738ac365b3ec242c2017fa67743292e
matroska: read: fix tag list memory leak

gst_toc_entry_merge_tags makes a new ref of the taglist, so it should
be unref'ed as soon as the tags are merged to the tocentry

https://bugzilla.gnome.org/show_bug.cgi?id=753904
gst/matroska/matroska-read-common.c