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 681115 - curlbasesink: memory leak in event function
curlbasesink: memory leak in event function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.11.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-03 09:42 UTC by Patricia Muscalu
Modified: 2012-08-03 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
curlbasesink: chain up to parent event (699 bytes, patch)
2012-08-03 09:42 UTC, Patricia Muscalu
committed Details | Review
curlsmtpsink: chain up to parent event (695 bytes, patch)
2012-08-03 09:57 UTC, Patricia Muscalu
committed Details | Review

Description Patricia Muscalu 2012-08-03 09:42:05 UTC
Created attachment 220214 [details] [review]
curlbasesink: chain up to parent event

Bug: the event in the event function is not freed.
Solution: chain up to parent event.
Comment 1 Patricia Muscalu 2012-08-03 09:57:15 UTC
Created attachment 220224 [details] [review]
curlsmtpsink: chain up to parent event
Comment 2 Tim-Philipp Müller 2012-08-03 19:33:05 UTC
commit a7037cd0e30fa59d26627fac27241e33d543c10c
Author: Patricia Muscalu <patricia@axis.com>
Date:   Fri Aug 3 11:31:00 2012 +0200

    curl: fixed some memory leaks in the plugin and the unit tests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681117
    https://bugzilla.gnome.org/show_bug.cgi?id=681115