summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-07-29 11:13:26 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-07-29 11:13:26 +0900
commit075e150a03bc3499316e6b4c1fc72d362901f8ad (patch)
treee3cad595605d77b4b975424fa7014924627211f8
parent7abf4715f2e1805e3238b92ef8fbe5499e940a2b (diff)
downloadefl-075e150a03bc3499316e6b4c1fc72d362901f8ad.tar.gz
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
-rw-r--r--src/bin/edje/edje_cc_handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 84c21b428e..43c292f1d7 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -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)