edc_parser: Fix memory leak.

This commit is contained in:
Jaehyun Cho 2016-06-02 13:20:01 +09:00
parent 80e637ec89
commit 5f6dd2eb39
1 changed files with 1 additions and 0 deletions

View File

@ -1354,6 +1354,7 @@ parser_collections_block_pos_get(const Evas_Object *entry,
}
block++;
}
free(utf8);
return EINA_FALSE;
}
int group_pos = strncmp(GROUP_SYNTAX_NAME, pos, 5);