Let's do malloc the EFL way here.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83320
This commit is contained in:
Christopher Michael 2013-01-25 07:19:48 +00:00 committed by Christopher Michael
parent 93d1705f77
commit aa1f8b4eac
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ _ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned in
ewd = data;
global = malloc(sizeof(*global));
global = malloc(sizeof(Ecore_Wl_Global));
global->id = id;
global->interface = strdup(interface);
global->version = version;