elementary: Clear module callback functions on unload

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63958
This commit is contained in:
Mike McCormack 2011-10-10 10:06:36 +00:00 committed by Mike McCormack
parent 7716a26e4a
commit 453c8437a4
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ _elm_module_unload(Elm_Module *m)
dlclose(m->handle);
m->handle = NULL;
}
m->shutdown_func = NULL;
m->init_func = NULL;
}
Elm_Module *