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 155223 - memleak in wavparse
memleak in wavparse
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.5
Other Linux
: Normal minor
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-12 19:04 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (475 bytes, patch)
2004-10-12 19:05 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2004-10-12 19:04:18 UTC
In gst_wavparse_fmt(), when gst_riff_create_audio_caps() returns NULL, the
function returns without freeing the header.
Comment 1 Sebastien Cote 2004-10-12 19:05:18 UTC
Created attachment 32526 [details] [review]
proposed fix
Comment 2 Ronald Bultje 2004-10-29 11:57:35 UTC
Applied, thanks.