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 736390 - tsdemux: plug for a memory leak
tsdemux: plug for a memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-10 09:05 UTC by Jesper Larsen
Modified: 2014-09-11 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tsdemux: clear mutex resources in dispose (797 bytes, patch)
2014-09-10 09:05 UTC, Jesper Larsen
committed Details | Review

Description Jesper Larsen 2014-09-10 09:05:11 UTC
Created attachment 285802 [details] [review]
tsdemux: clear mutex resources in dispose

tsdemux leaks memory from a mutex initialised in mpegts_packetizer_init

This patch clears the mutex in the mpegts_packetizer_dispose function.
Comment 1 Tim-Philipp Müller 2014-09-10 17:55:05 UTC
Thanks, pushed:

commit ff444dbf6d312ab86833e5c088183811bf98946b
Author: Jesper Larsen <knorr.jesper@gmail.com>
Date:   Wed Sep 10 10:58:03 2014 +0200

    tsdemux: clear mutex resources in dispose
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736390