git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5639
d0543943-73ff-0310-b7d9-
9358b9ac24b2
assert(module != NULL);
switch_loadable_module_unprocess(module);
+ switch_core_hash_delete_locked(loadable_modules.module_hash, module->key, loadable_modules.mutex);
if (module->switch_module_shutdown) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Stopping: %s\n", module->module_interface->module_name);
}
- switch_core_hash_delete_locked(loadable_modules.module_hash, module->key, loadable_modules.mutex);
+
}