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 795932 - uridecodebin3: Fix string leak
uridecodebin3: Fix string leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.14.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-08 15:04 UTC by Seungha Yang
Modified: 2018-05-08 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
uridecodebin3: Fix string leak (821 bytes, patch)
2018-05-08 15:05 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2018-05-08 15:04:27 UTC
uri and suburi should be free'd
Comment 1 Seungha Yang 2018-05-08 15:05:08 UTC
Created attachment 371806 [details] [review]
uridecodebin3: Fix string leak
Comment 2 Tim-Philipp Müller 2018-05-08 15:32:34 UTC
Thanks!

commit 12694200d526effad49f7dfd9696b859766f8b5a
Author: Seungha Yang <seungha.yang@navercorp.com>
Date:   Tue May 8 23:44:38 2018 +0900

    uridecodebin3: Fix string leak
    
    uri and suburi should be free'd
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795932