[Freeswitch-svn] [commit] r2415 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN brian at freeswitch.org
Sun Aug 27 23:14:22 EDT 2006


Author: brian
Date: Sun Aug 27 23:14:21 2006
New Revision: 2415

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c

Log:
adding note

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Sun Aug 27 23:14:21 2006
@@ -1736,6 +1736,10 @@
 
 SWITCH_MOD_DECLARE(switch_status_t) switch_module_shutdown(void)
 {
+	/*  Adding Note so we can destroy these properly. Will remind tony.
+	 *  nua_destroy (nua);
+	 *  su_root_destroy (root);
+	 */
 	su_deinit();
 
 	return SWITCH_STATUS_SUCCESS;



More information about the Freeswitch-svn mailing list