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 732174 - curls?ftpsink: Fix memory leaks due to new error handling
curls?ftpsink: Fix memory leaks due to new error handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.3.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-24 16:56 UTC by Sebastian Rasmussen
Modified: 2014-06-28 08:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch fixing memory leaks. (3.79 KB, patch)
2014-06-24 17:00 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-06-24 16:56:58 UTC
Unfortunately commit 241c3acad52f5091836f60e4678f910ae28113b5 accidentally introduced memory leaks.

This commit attempts to fix them all.
Comment 1 Sebastian Rasmussen 2014-06-24 17:00:43 UTC
Created attachment 279130 [details] [review]
Proposed patch fixing memory leaks.
Comment 2 Sebastian Dröge (slomo) 2014-06-24 17:05:55 UTC
commit 96c78695f96584f06c0f0f453fc6cf5f19c1e4ca
Author: Sebastian Rasmussen <sebrn@axis.com>
Date:   Tue Jun 24 16:32:22 2014 +0200

    curls?ftpsink: Fix memory leaks due to new error handling
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732174