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 749322 - dtlsdec: Memory leak
dtlsdec: 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 14:08 UTC by Jose Antonio Santos Cadenas
Modified: 2015-05-13 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dtlsdec: Fix memory leak on dispose (693 bytes, patch)
2015-05-13 14:08 UTC, Jose Antonio Santos Cadenas
committed Details | Review
dtlsdec: Fix memory leak, release previous pem (800 bytes, patch)
2015-05-13 15:17 UTC, Jose Antonio Santos Cadenas
committed Details | Review

Description Jose Antonio Santos Cadenas 2015-05-13 14:08:54 UTC
Created attachment 303314 [details] [review]
dtlsdec: Fix memory leak on dispose

Parend dispose function was not called properly
Comment 1 Jose Antonio Santos Cadenas 2015-05-13 15:17:15 UTC
Created attachment 303321 [details] [review]
dtlsdec: Fix memory leak, release previous pem

I found this one also
Comment 2 Sebastian Dröge (slomo) 2015-05-13 16:13:29 UTC
commit 3c3d6e882813415c1daaf9f331ae2012c41b2e36
Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Date:   Wed May 13 17:15:57 2015 +0200

    dtlsdec: Fix memory leak, release previous pem
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749322

commit 2173f9f15dfbae3f7cd3425f6428c4a5418e3094
Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Date:   Wed May 13 16:06:52 2015 +0200

    dtlsdec: Fix memory leak on dispose
    
    Parent dispose function was not called
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749322