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 748576 - tsdemux: fix tag list leak
tsdemux: fix tag list leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-28 08:13 UTC by Guillaume Desmottes
Modified: 2015-04-28 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tsdemux: fix taglist leak (1.06 KB, patch)
2015-04-28 08:15 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2015-04-28 08:13:14 UTC
.
Comment 1 Guillaume Desmottes 2015-04-28 08:15:30 UTC
Created attachment 302502 [details] [review]
tsdemux: fix taglist leak

If the stream which is about to be removed still has a ref on a tag list we
should drop it.

Fix a leak which was occasionally happening with the
validate.file.playback.change_state_intensive.tron_en_ge_aac_h264_ts scenario.
Comment 2 Tim-Philipp Müller 2015-04-28 13:59:17 UTC
Thanks, pushed:

commit 94446498de2c49aa636cd1dffbc03c0bf4793eae
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Apr 28 10:13:35 2015 +0200

    tsdemux: fix taglist leak
    
    If the stream which is about to be removed still has a ref on a tag list we
    should drop it.
    
    Fix a leak which was occasionally happening with the
    validate.file.playback.change_state_intensive.tron_en_ge_aac_h264_ts scenario.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748576