]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
adding note
authorBrian West <brian@freeswitch.org>
Mon, 28 Aug 2006 03:14:21 +0000 (03:14 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 28 Aug 2006 03:14:21 +0000 (03:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2415 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index b95d8e1b8c239d7b728116387bfa75fa12061bf1..a10a8c76431d149936258c2bec1891604d96116c 100644 (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;