forked from Mirrors/freeswitch
adding note
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2415 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
036002d885
commit
d4da2570ea
@ -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)
|
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();
|
su_deinit();
|
||||||
|
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user