edje_cc - remove pointless free of null ptr

not a bug but not useful code either freeing what is already null

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 11:13:26 +09:00
parent 7abf4715f2
commit 075e150a03
1 changed files with 0 additions and 1 deletions

View File

@ -15959,7 +15959,6 @@ edje_cc_handlers_wildcard(void)
Eina_Bool ret;
if (!had_quote) return EINA_FALSE;
free((void*)current_part->name);
current_part->name = token;
ret = _part_name_check();
if (ret)