diff options
Diffstat (limited to 'e-util/e-util.c')
-rw-r--r-- | e-util/e-util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c index b2c111589d..4f384bd657 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -1180,6 +1180,9 @@ get_font_options () else cairo_font_options_set_subpixel_order (font_options, CAIRO_SUBPIXEL_ORDER_DEFAULT); } + g_free (antialiasing); + g_free (hinting); + g_free (subpixel_order); g_object_unref (gconf); return font_options; } |