init threads as we use them!

SVN revision: 53342
This commit is contained in:
Gustavo Sverzut Barbieri 2010-10-13 06:14:56 +00:00
parent 83270f5f45
commit c30d8f6af6
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ eio_init(void)
if (_eio_count > 1) return _eio_count;
eina_init();
eina_threads_init();
ecore_init();
return _eio_count;
@ -75,6 +76,7 @@ eio_shutdown(void)
direct_info.count = 0;
ecore_shutdown();
eina_threads_shutdown();
eina_shutdown();
return _eio_count;
}