adding note

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2415 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-08-28 03:14:21 +00:00
parent 036002d885
commit d4da2570ea
1 changed files with 4 additions and 0 deletions

View File

@ -1736,6 +1736,10 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_load(const switch_loadable_mod
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;