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 727883 - baseparse: Memory leak of queue frames
baseparse: Memory leak of queue frames
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.x
Other All
: Normal normal
: 1.2.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-09 08:27 UTC by Jose Antonio Santos Cadenas
Modified: 2014-04-12 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
baseparse: Fix memory leak (861 bytes, patch)
2014-04-09 08:27 UTC, Jose Antonio Santos Cadenas
committed Details | Review

Description Jose Antonio Santos Cadenas 2014-04-09 08:27:11 UTC
Created attachment 273867 [details] [review]
baseparse: Fix memory leak

I've found a memory leak on baseparse when frames are queued, I attach a patch to solve the problem.
Comment 1 Sebastian Dröge (slomo) 2014-04-09 08:47:59 UTC
commit f880742638f2abad6eefa022ccaeb3f9c1212499
Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Date:   Wed Apr 9 10:15:33 2014 +0200

    baseparse: Fix memory leak
    
    Queued frames were not released after being pushed, this
    caused a leak of the GstBaseParseFrame structure.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727883