* places: reflect change in e_hal.

SVN revision: 48576
This commit is contained in:
Cedric BAIL 2010-05-03 13:58:00 +00:00
parent 3659126084
commit efcdfaa46b
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) free(str); \
if (str) eina_stringshare_free(str); \
str = NULL;
/* Local Function Prototypes */