From: Dana Jansens Date: Wed, 9 May 2007 23:47:37 +0000 (+0000) Subject: mis-merge. this isn't a leak with the xrdb stuff X-Git-Tag: openbox-3_3_991-RELEASE~124 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5eec0a58d9660a45764f287da58910503cef5b9e;p=dana%2Fopenbox.git mis-merge. this isn't a leak with the xrdb stuff --- 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) {