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 765706 - opusdec: caps leak in gst_opus_dec_negotiate()
opusdec: caps leak in gst_opus_dec_negotiate()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-28 06:58 UTC by Guillaume Desmottes
Modified: 2016-04-28 08:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
opusdec: fix caps leaks (1.06 KB, patch)
2016-04-28 06:59 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-04-28 06:58:08 UTC
The caps returned by gst_pad_get_allowed_caps() is leaked.
Comment 1 Guillaume Desmottes 2016-04-28 06:59:59 UTC
Created attachment 326916 [details] [review]
opusdec: fix caps leaks

The caps returned by gst_pad_get_allowed_caps() was leaked.
Comment 2 Tim-Philipp Müller 2016-04-28 08:27:44 UTC
Thanks:

commit 8d6e315b012a8c7bc2ac92e3127409d412eb8738
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Apr 28 09:59:25 2016 +0300

    opusdec: fix caps leaks
    
    The caps returned by gst_pad_get_allowed_caps() was leaked.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765706