ecore,ecore_con: fix migration to efl_future.
authorCedric Bail <cedric@osg.samsung.com>
Sat, 17 Sep 2016 01:21:11 +0000 (18:21 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Sat, 17 Sep 2016 02:13:59 +0000 (19:13 -0700)
commit03797a33ab6955671e6701fa65a3664aaade1d07
treec7e51af020861f5038593ea1f813514cf8a35550
parentc98bb97ff059d6922af64af278cae8427a6f62db
ecore,ecore_con: fix migration to efl_future.

Efl_Future actually work with weak reference. So you do not need to
set things to NULL, but you actually need to register the memory location
of the future with efl_future_use.
src/lib/ecore/efl_io_copier.c
src/lib/ecore_con/efl_net_dialer_http.c
src/lib/ecore_con/efl_net_dialer_tcp.c
src/lib/ecore_con/efl_net_dialer_websocket.c