jackdanielz pushed a commit to branch master.

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

commit f8d7602f468223d10ddca196cbd5b9343dce9496
Author: Daniel Zaoui <[email protected]>
Date:   Fri Dec 23 22:57:16 2016 +0200

    Ecore_Con_Url/Curl: add consistency for _c init/shutdown
    
    _c_init was not called from Ecore_Con_Url although _c_shutdown was.
---
 src/lib/ecore_con/ecore_con_url.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_con/ecore_con_url.c 
b/src/lib/ecore_con/ecore_con_url.c
index 489f187..557e2c8 100644
--- a/src/lib/ecore_con/ecore_con_url.c
+++ b/src/lib/ecore_con/ecore_con_url.c
@@ -48,6 +48,7 @@ ecore_con_url_init(void)
    if (!ecore_con_init()) goto ecore_con_init_failed;
    if (!emile_init()) goto emile_init_failed;
    if (!emile_cipher_init()) goto emile_cipher_init_failed;
+   _c_init();
    ECORE_CON_EVENT_URL_DATA = ecore_event_type_new();
    ECORE_CON_EVENT_URL_COMPLETE = ecore_event_type_new();
    ECORE_CON_EVENT_URL_PROGRESS = ecore_event_type_new();

-- 


Reply via email to