unloading of loader module -> bad for sync preload it seems.

SVN revision: 49088
This commit is contained in:
Carsten Haitzler 2010-05-21 07:31:03 +00:00
parent eaad0eb095
commit 6e93fa88d3
1 changed files with 3 additions and 2 deletions

View File

@ -408,8 +408,9 @@ evas_module_unload(Evas_Module *em)
if (em->definition == NULL)
return ;
em->definition->func.close(em);
em->loaded = 0;
// for now lets not unload modules - they may still be in use.
// em->definition->func.close(em);
// em->loaded = 0;
#ifdef BUILD_ASYNC_PRELOAD
LKD(em->lock);