* place: typos.

SVN revision: 48584
This commit is contained in:
Cedric BAIL 2010-05-03 17:29:01 +00:00
parent efcdfaa46b
commit 297eab3f35
1 changed files with 1 additions and 1 deletions

View File

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