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 749325 - dtlsconnection: Memory leak
dtlsconnection: Memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-13 15:23 UTC by Jose Antonio Santos Cadenas
Modified: 2015-05-13 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dtlsconnection: Fix memory leak while setting closure (909 bytes, patch)
2015-05-13 15:23 UTC, Jose Antonio Santos Cadenas
committed Details | Review

Description Jose Antonio Santos Cadenas 2015-05-13 15:23:02 UTC
Created attachment 303322 [details] [review]
dtlsconnection: Fix memory leak while setting closure

Attached a patch to solve the issue
Comment 1 Sebastian Dröge (slomo) 2015-05-13 16:11:59 UTC
I think instead of closures these should just be function pointers, but that's independent of this patch :)

commit c44acd8bde9c256f2fa0312485605374cdb1b8af
Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Date:   Wed May 13 17:19:25 2015 +0200

    dtlsconnection: Fix memory leak while setting closure
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749325