After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753904 - matroska: read: fix tag list memory leak
matroska: read: fix tag list memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-21 04:18 UTC by Vineeth
Modified: 2015-08-28 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix taglist leak (942 bytes, patch)
2015-08-21 04:19 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-21 04:18:45 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
Comment 1 Vineeth 2015-08-21 04:19:40 UTC
Created attachment 309783 [details] [review]
fix taglist leak
Comment 2 Sebastian Dröge (slomo) 2015-08-21 07:23:26 UTC
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