As ecore_con_url is a submodule of ecore_con, I think it should be
initialized on ecore_con_init() (and therefore shut down on
ecore_con_shutdown()).
Thanks,
--
André Dieb Martins
Embedded Systems and Pervasive Computing Lab (Embedded)
Electrical Engineering Department (DEE)
Center of Electrical Engineering and Informatics (CEEI)
Federal University of Campina Grande (UFCG)
Blog: http://genuinepulse.blogspot.com/
Index: src/lib/ecore_con/ecore_con.c
===================================================================
--- src/lib/ecore_con/ecore_con.c (revision 41572)
+++ src/lib/ecore_con/ecore_con.c (working copy)
@@ -97,6 +97,7 @@
ecore_con_ssl_init();
ecore_con_dns_init();
ecore_con_info_init();
+ ecore_con_url_init();
return init_count;
}
@@ -115,6 +116,7 @@
while (servers)
_ecore_con_server_free(eina_list_data_get(servers));
+ ecore_con_url_shutdown();
ecore_con_info_shutdown();
ecore_con_dns_shutdown();
ecore_con_ssl_shutdown();
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel