eio: remove unecessary use of weak reference.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 15 Mar 2019 23:55:07 +0000 (16:55 -0700)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Apr 2019 04:14:38 +0000 (13:14 +0900)
commitac4f4bdb0c03d6f94a0f16dd7edcd57e75c2c6a6
tree78c7d94d91e73257540b66dc44f6f4c536ad497c
parent157d4c362117e9486968c918a307a5ea1e2ba187
eio: remove unecessary use of weak reference.

There is no point in keeping a pointer to the main loop now that we
are using efl_future_then. This resolve potential bug with leftover
dangling weak reference as efl_future_then do require a free case
otherwise.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8374
src/lib/eio/efl_io_model.c
src/lib/eio/efl_io_model_private.h