Ecore_Con_Url/Curl: add consistency for _c init/shutdown

_c_init was not called from Ecore_Con_Url although _c_shutdown was.
This commit is contained in:
Daniel Zaoui 2016-12-23 22:57:16 +02:00
parent 3235c83c36
commit f8d7602f46
1 changed files with 1 additions and 0 deletions

View File

@ -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();