cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0f7c5582a4873711e0e086a8c725ffe899e29bcf

commit 0f7c5582a4873711e0e086a8c725ffe899e29bcf
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Jan 3 12:49:10 2018 -0800

    ecore_con: we should just stop using ecore_main_loop_get.
---
 src/lib/ecore_con/efl_net_dialer_http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_con/efl_net_dialer_http.c 
b/src/lib/ecore_con/efl_net_dialer_http.c
index 5d667bbcd9..9feb2c5338 100644
--- a/src/lib/ecore_con/efl_net_dialer_http.c
+++ b/src/lib/ecore_con/efl_net_dialer_http.c
@@ -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));

-- 


Reply via email to