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 749544 - rtpg726pay: fix caps leak
rtpg726pay: fix caps leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-18 14:41 UTC by Nicola
Modified: 2015-05-18 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix leak (736 bytes, patch)
2015-05-18 14:41 UTC, Nicola
committed Details | Review

Description Nicola 2015-05-18 14:41:39 UTC
Created attachment 303530 [details] [review]
fix leak

.
Comment 1 Tim-Philipp Müller 2015-05-18 16:45:24 UTC
Comment on attachment 303530 [details] [review]
fix leak

I've moved the unref further up after the intersect, otherwise we leak the filter caps in the goto error code paths.
Comment 2 Tim-Philipp Müller 2015-05-18 16:45:49 UTC
commit 5e226d63f941862867c6edd77a238d4c20e734d1
Author: Nicola Murino <nicola.murino@gmail.com>
Date:   Mon May 18 16:40:21 2015 +0200

    rtpg726pay: fix caps leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749544