From a94857969d56fbdc5e0b082856e8b39b24690f90 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 21 Dec 2012 10:15:10 +0000 Subject: [PATCH] stringshare leak-- SVN revision: 81530 --- src/modules/conf_edgebindings/e_int_config_edgebindings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_edgebindings/e_int_config_edgebindings.c b/src/modules/conf_edgebindings/e_int_config_edgebindings.c index 575e76ea7..475278a9b 100644 --- a/src/modules/conf_edgebindings/e_int_config_edgebindings.c +++ b/src/modules/conf_edgebindings/e_int_config_edgebindings.c @@ -913,6 +913,7 @@ _edge_grab_wnd_show(E_Config_Dialog_Data *cfdata) obg = e_thumb_icon_add(evas); e_icon_fill_inside_set(obg, 0); e_thumb_icon_file_set(obg, bgfile, "e/desktop/background"); + eina_stringshare_del(bgfile); edje_object_part_geometry_get(o, "e.swallow.background", NULL, NULL, &tw, &th); e_thumb_icon_size_set(obg, tw, th); edje_object_part_swallow(o, "e.swallow.background", obg);