edje_cc: resolve possible dereferencing freed pointer

This commit is contained in:
WooHyun Jung 2018-05-11 10:44:55 +09:00
parent 6c25b38a1c
commit 1b15c67c63
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ code_parse_internal(Code *code)
{
if (tmp->str) free(tmp->str);
free(tmp);
tmp = NULL;
}
}