ecore_con: we should just stop using ecore_main_loop_get.

This commit is contained in:
Cedric BAIL 2018-01-03 12:49:10 -08:00
parent fd0bcc201b
commit 0f7c5582a4
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ _efl_net_dialer_http_curl_safe_end(Eo *o, Efl_Net_Dialer_Http_Data *pd, CURL *ea
/* object deleted from CURL callback, CURL* easy was
* dissociated and we must delete it ourselves.
*/
f = efl_loop_job(efl_main_loop_get());
f = efl_loop_job(efl_loop_get(o));
eina_future_then_from_desc(f, eina_future_cb_easy(.success = _efl_net_dialer_http_curl_cleanup,
.error = _efl_net_dialer_http_curl_cleanup_error,
.data = easy));