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 140743 - Leak in _gst_parse_escape()
Leak in _gst_parse_escape()
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-21 16:39 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Free the GString used in _gst_parse_escape() (489 bytes, patch)
2004-04-21 16:41 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2004-04-21 16:39:33 UTC
_gst_parse_escape() doesn't free its GString before returning.
Comment 1 Sebastien Cote 2004-04-21 16:41:27 UTC
Created attachment 26926 [details] [review]
Free the GString used in _gst_parse_escape()

With this patch, I cannot find any more leak in gst-launch fakesrc ! fakesink
Comment 2 Benjamin Otte (Company) 2004-04-21 22:57:28 UTC
fixed in CVS