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 140594 - Small memory leak int gst_parse_launch()
Small memory leak int gst_parse_launch()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.0
Other Linux
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-20 13:37 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the leak (1.03 KB, patch)
2004-04-20 13:38 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2004-04-20 13:37:25 UTC
The _gst_parse_yy_scan_string() function doesn't return an int but a buffer that
must be freed.
Comment 1 Sebastien Cote 2004-04-20 13:38:33 UTC
Created attachment 26862 [details] [review]
Fix the leak
Comment 2 David Schleef 2004-04-20 19:40:17 UTC
Applied, thanks.