Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/lib


Modified Files:
        eina_main.c 


Log Message:
Initialise all sub system.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/lib/eina_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eina_main.c 6 Aug 2008 18:15:19 -0000       1.2
+++ eina_main.c 7 Aug 2008 13:12:57 -0000       1.3
@@ -26,6 +26,8 @@
    r = eina_error_init();
    r += eina_hash_init();
    r += eina_stringshare_init();
+   r += eina_list_init();
+   r += eina_array_init();
 
    return r;
 }
@@ -35,6 +37,8 @@
 {
    int r;
 
+   eina_array_shutdown();
+   eina_list_shutdown();
    r = eina_stringshare_shutdown();
    r += eina_hash_shutdown();
    r += eina_error_shutdown();



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to