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 755138 - avidemux: fix taglist leak
avidemux: fix taglist leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-17 01:52 UTC by Eunhae Choi
Modified: 2015-09-17 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avidemux: fix taglist leak (2.26 KB, patch)
2015-09-17 01:53 UTC, Eunhae Choi
committed Details | Review

Description Eunhae Choi 2015-09-17 01:52:27 UTC
After inserting taglist, 
it should be freed if it has own memory.
Comment 1 Eunhae Choi 2015-09-17 01:53:44 UTC
Created attachment 311514 [details] [review]
avidemux: fix taglist leak
Comment 2 Sebastian Dröge (slomo) 2015-09-17 10:03:41 UTC
Comment on attachment 311514 [details] [review]
avidemux: fix taglist leak

commit dc74d744c3ef0f0505544d54e013a621c86cd2a0
Author: Eunhae Choi <eunhae1.choi@samsung.com>
Date:   Thu Sep 17 10:50:01 2015 +0900

    avidemux: Fix taglist leak
    
    gst_tag_list_insert() does not take ownership of the inserted taglist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755138