[Freeswitch-svn] [commit] r5639 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Mon Aug 20 17:25:06 EDT 2007


Author: anthm
Date: Mon Aug 20 17:25:06 2007
New Revision: 5639

Modified:
   freeswitch/trunk/src/switch_loadable_module.c

Log:
tweak

Modified: freeswitch/trunk/src/switch_loadable_module.c
==============================================================================
--- freeswitch/trunk/src/switch_loadable_module.c	(original)
+++ freeswitch/trunk/src/switch_loadable_module.c	Mon Aug 20 17:25:06 2007
@@ -1047,6 +1047,7 @@
 	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);
@@ -1067,7 +1068,7 @@
 	}
 
 	
-    switch_core_hash_delete_locked(loadable_modules.module_hash, module->key, loadable_modules.mutex);
+
 		
 }
 



More information about the Freeswitch-svn mailing list