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 326612 - Serious memory leak in level plugin
Serious memory leak in level plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal blocker
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-11 15:21 UTC by Michael Smith
Modified: 2006-01-13 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes described leak (754 bytes, patch)
2006-01-11 15:22 UTC, Michael Smith
none Details | Review

Description Michael Smith 2006-01-11 15:21:35 UTC
Level continually leaks a small amount of memory - with default settings, around about half a megabyte per hour. This is a serious problem for long-running applications that want to use level to measure current audio levels (for a vumeter, for instance).

It needs some g_value_unset() calls; see attached patch.
Comment 1 Michael Smith 2006-01-11 15:22:16 UTC
Created attachment 57160 [details] [review]
Fixes described leak
Comment 2 Thomas Vander Stichele 2006-01-13 18:36:59 UTC
fixed, thanks, and safe trip