From 297eab3f355d1196b252c1591b43f870c6a1e0cd Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 3 May 2010 17:29:01 +0000 Subject: [PATCH] * place: typos. SVN revision: 48584 --- 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 420bdf8..81960e3 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) eina_stringshare_free(str); \ + if (str) eina_stringshare_del(str); \ str = NULL; /* Local Function Prototypes */