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

FreeSWITCH SVN anthm at freeswitch.org
Tue May 5 15:15:52 PDT 2009


Author: anthm
Date: Tue May  5 17:15:52 2009
New Revision: 13237

Log:
fix evil send myself a refer bug FSCORE-350

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

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Tue May  5 17:15:52 2009
@@ -554,6 +554,10 @@
 	}
 	
 	if (sofia_private && sofia_private->destroy_me) {
+		if (tech_pvt) {
+            tech_pvt->sofia_private = NULL;
+        }
+
 		if (nh) {
 			nua_handle_bind(nh, NULL);
 		}



More information about the Freeswitch-svn mailing list