edje edje_cc_handlers.c: Fixed edje_cc bugs about data.item. Patch by Jaehwan Kim...
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 5 Oct 2011 06:37:06 +0000 (06:37 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 5 Oct 2011 06:37:06 +0000 (06:37 +0000)
commit91df54f56cba1ac7912dd79c78b82eb2ad396373
tree0209f75537beba0ebbca4632de40b67b4b200b17
parentd1d6c6a844b8e4800e345e73122bef1345e3ea5b
edje edje_cc_handlers.c: Fixed edje_cc bugs about data.item. Patch by Jaehwan Kim <jae.hwan.kim@samsung.com>

2011/9/30 Jaehwan Kim <jae.hwan.kim@samsung.com>:
>
> I found some bugs in edje_cc_handlers.c.
>
> One is about data.item. It is saved in hash list.
> When it is saved, I freed the memory of the key.
> But the memory is used. so I deleted the free(key).
>
> Second is it is possible in
st_collections_group_parts_part_description_state.
> So I changed the location of the conditional statement.
>
> Please apply this patch :)
>
> Jaehwan Kim.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@63822 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/edje_cc_handlers.c