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 */