cedric pushed a commit to branch master.
commit 916f04793538a5f53068bb63762a92befbf6dbc4
Author: Rajesh P S <[email protected]>
Date: Tue Jul 30 14:52:06 2013 +0900
evas: unset the right backend when unregistering module.
---
src/lib/evas/file/evas_module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/evas/file/evas_module.c b/src/lib/evas/file/evas_module.c
index 0122482..9f70e60 100644
--- a/src/lib/evas/file/evas_module.c
+++ b/src/lib/evas/file/evas_module.c
@@ -383,7 +383,7 @@ evas_module_unregister(const Evas_Module_Api *module,
Evas_Module_Type type)
if (!em || em->definition != module) return EINA_FALSE;
if (type == EVAS_MODULE_TYPE_ENGINE)
- eina_array_data_set(evas_engines, em->id_engine, NULL);
+ eina_array_data_set(evas_engines, em->id_engine - 1, NULL);
eina_hash_del(evas_modules[type], module->name, em);
free(em);
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk