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 581427 - [mpeg4videoparse] config buffer is leaked
[mpeg4videoparse] config buffer is leaked
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.12
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-05 09:03 UTC by Arnout Vandecappelle
Modified: 2009-05-05 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[mpeg4videoparse] Fixed memory leak of config data. (848 bytes, patch)
2009-05-05 10:09 UTC, Arnout Vandecappelle
committed Details | Review

Description Arnout Vandecappelle 2009-05-05 09:03:38 UTC
The config buffer (used to set the config in the output caps) is leaked when the mpeg4videoparse element is destroyed.

Patch follows.
Comment 1 Arnout Vandecappelle 2009-05-05 10:09:09 UTC
Created attachment 134009 [details] [review]
[mpeg4videoparse] Fixed memory leak of config data.
Comment 2 Wim Taymans 2009-05-05 14:55:46 UTC
commit 9542d9e2513c0d88a8de65c7585e0d81b7249dda
Author: Arnout Vandecappelle <arnout@mind.be>
Date:   Tue May 5 16:54:39 2009 +0200

    mpeg4videoparse: don't leak the config data
    
    Clear the config data when going to READY or when disposed.
    Fixes #581427