From 5eec0a58d9660a45764f287da58910503cef5b9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 23:47:37 +0000 Subject: [PATCH] mis-merge. this isn't a leak with the xrdb stuff --- render/theme.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/render/theme.c b/render/theme.c index a32a11f1..84561ef1 100644 --- a/render/theme.c +++ b/render/theme.c @@ -131,7 +131,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, winjust = RR_JUSTIFY_RIGHT; else if (!g_ascii_strcasecmp(str, "center")) winjust = RR_JUSTIFY_CENTER; - g_free(str); } if (menu_title_font) { @@ -146,7 +145,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, mtitlejust = RR_JUSTIFY_RIGHT; else if (!g_ascii_strcasecmp(str, "center")) mtitlejust = RR_JUSTIFY_CENTER; - g_free(str); } if (menu_item_font) { -- 2.34.1