From 31215f089c87da3cad2a371169a91d7fe575e485 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 17 Aug 2006 06:41:06 +0000 Subject: Plug some leaks. 2006-08-17 Kjartan Maraas * e-util.c: (get_font_options): Plug some leaks. svn path=/trunk/; revision=32555 --- e-util/e-util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-util.c') 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; } -- cgit v1.2.3