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 781876 - glupload: fix memory leak when use a GValue
glupload: fix memory leak when use a GValue
Status: RESOLVED DUPLICATE of bug 779869
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-28 02:31 UTC by Haihua Hu
Modified: 2017-04-28 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
glupload: fix memory leak when use a GValue (911 bytes, patch)
2017-04-28 02:32 UTC, Haihua Hu
none Details | Review

Description Haihua Hu 2017-04-28 02:31:53 UTC
GValue "targets" should be unset after set to caps to avoid memory leak
Comment 1 Haihua Hu 2017-04-28 02:32:42 UTC
Created attachment 350612 [details] [review]
glupload: fix memory leak when use a GValue
Comment 2 Matthew Waters (ystreet00) 2017-04-28 08:20:53 UTC
This has already been fixed in master by:

commit 0899d4570264f0ed4233ef5bbcfb566513f17413
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Fri Mar 10 16:57:51 2017 +0000

    glupload: fix GValue leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779869

Pushed to 1.10 branch as 0899d4570264f0ed4233ef5bbcfb566513f17413

*** This bug has been marked as a duplicate of bug 779869 ***