edje entry - remove extra else and free as sdtring is null there

string is null so no need to free. not a bug but cleaner and analysers
dont like it.

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 11:08:46 +09:00
parent cfe4f19f54
commit fe781b284c
1 changed files with 0 additions and 1 deletions

View File

@ -2303,7 +2303,6 @@ _edje_key_down_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
string = compres;
free_string = EINA_TRUE;
}
else free(compres);
compres = NULL;
}
else