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 516114 - dvbbasebin leaks the location string when the uri handler is run
dvbbasebin leaks the location string when the uri handler is run
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 21:21 UTC by Zaheer Abbas Merali
Modified: 2008-02-12 21:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
location leak fix (1.25 KB, patch)
2008-02-12 21:23 UTC, Zaheer Abbas Merali
committed Details | Review

Description Zaheer Abbas Merali 2008-02-12 21:21:58 UTC
gst_uri_get_location is used without freeing the result.
Comment 1 Zaheer Abbas Merali 2008-02-12 21:23:50 UTC
Created attachment 105091 [details] [review]
location leak fix