From efcdfaa46badd71874aaed096cfc2e3ad7d7fe30 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 3 May 2010 13:58:00 +0000 Subject: [PATCH] * places: reflect change in e_hal. SVN revision: 48576 --- src/e_mod_places.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_places.c b/src/e_mod_places.c index b7a93ef..420bdf8 100644 --- a/src/e_mod_places.c +++ b/src/e_mod_places.c @@ -25,7 +25,7 @@ #include "e_mod_places.h" #define FREE_STR(str) \ - if (str) free(str); \ + if (str) eina_stringshare_free(str); \ str = NULL; /* Local Function Prototypes */