GNOME Bugzilla – Bug 753904
matroska: read: fix tag list memory leak
Last modified: 2015-08-28 18:28:10 UTC
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
Created attachment 309783 [details] [review] fix taglist leak
commit 77c9e2cd4d2eff371685bba9193919990a25809a Author: Vineeth TM <vineeth.tm@samsung.com> Date: Fri Aug 21 13:19:02 2015 +0900 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