[Freeswitch-svn] [commit] r11205 - freeswitch/trunk/src/mod/applications/mod_fax

FreeSWITCH SVN ctrix at freeswitch.org
Wed Jan 14 15:13:28 PST 2009


Author: ctrix
Date: Wed Jan 14 17:13:28 2009
New Revision: 11205

Log:
Unbind the reloadxml event on module shutdown



Modified:
   freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c

Modified: freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c	Wed Jan 14 17:13:28 2009
@@ -808,6 +808,8 @@
 {
 	switch_memory_pool_t *pool = globals.pool;
 
+	switch_event_unbind(&NODE);
+
 	switch_core_destroy_memory_pool(&pool);
 	memset(&globals, 0, sizeof(globals));
 



More information about the Freeswitch-svn mailing list