GNOME Bugzilla – Bug 770063
[PATCH] Fix memory leak in get_string_pixel_size
Last modified: 2016-08-22 19:48:38 UTC
Created attachment 333536 [details] [review] Fix memory leak in get_string_pixel_size Use g_object_ref_sink() followed by g_object_unref() to properly set the reference count.
Thanks allot for providing this patch. It is applied to the master branch of gcmd and will go into the next stable release.