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 776727 - x265: fix two minor strings leaks
x265: fix two minor strings leaks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-02 20:21 UTC by Fabrice Bellet
Modified: 2017-01-03 00:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
x265: fix a minor string leak (1.19 KB, patch)
2017-01-02 20:21 UTC, Fabrice Bellet
committed Details | Review

Description Fabrice Bellet 2017-01-02 20:21:38 UTC
Created attachment 342731 [details] [review]
x265: fix a minor string leak

Hi!

this patch fixes two little string leaks in the x265 encoder. The static GString x265enc_defaults is simply removed, as it appears nowhere else.
Comment 1 Tim-Philipp Müller 2017-01-03 00:27:25 UTC
Thanks!

commit de27514b9bd52e62e1814fb3b9752e231616de54
Author: Fabrice Bellet <fabrice@bellet.info>
Date:   Mon Jan 2 21:05:55 2017 +0100

    x265: fix a minor string leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776727