edje_cache: remove duplicated call of _edje_file_coll_open
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 21 Sep 2015 20:53:35 +0000 (22:53 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 21 Sep 2015 20:53:38 +0000 (22:53 +0200)
commite9e91e8a416ce0f57d99c22d5f27a9935b2eb28d
tree986c1b2564d7e0848cd36aded6da0377edf54a9a
parent641699738216f20bc432ab527ccebea6264f523c
edje_cache: remove duplicated call of _edje_file_coll_open

Summary:
_edje_file_coll_open will be executed after _edje_file_open is finished.
This duplicatated call will increase the reference counter and give failure
of _edje_cache_coll_unref.

@fix

Reviewers: cedric, raster, Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3075

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/edje/edje_cache.c