GNOME Bugzilla – Bug 776727
x265: fix two minor strings leaks
Last modified: 2017-01-03 00:27:45 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.
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