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 154056 - Small leak in wavparse
Small leak in wavparse
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal minor
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-29 13:50 UTC by Francis Labonte
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
porposed patch (516 bytes, patch)
2004-09-29 13:52 UTC, Francis Labonte
none Details | Review

Description Francis Labonte 2004-09-29 13:50:38 UTC
wavparse is not freeing the memory (header) obtained from
gst_riff_create_audio_caps.  This cause a small leak.
Comment 1 Francis Labonte 2004-09-29 13:52:34 UTC
Created attachment 32071 [details] [review]
porposed patch
Comment 2 Ronald Bultje 2004-10-01 11:53:26 UTC
Applied, thanks.