[Freeswitch-svn] [commit] r11586 - freeswitch/branches/gmaruzz/mod_skypiax

FreeSWITCH SVN gmaruzz at freeswitch.org
Sun Feb 1 00:54:26 PST 2009


Author: gmaruzz
Date: Sun Feb  1 02:54:26 2009
New Revision: 11586

Log:
skypiax: FS: added a clearing of session_uuid_string on channel_on_hangup, just to be sure

Modified:
   freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c

Modified: freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c	(original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c	Sun Feb  1 02:54:26 2009
@@ -175,6 +175,7 @@
     switch_core_codec_destroy(&tech_pvt->write_codec);
   }
 
+  memset(tech_pvt->session_uuid_str, '\0', sizeof(tech_pvt->session_uuid_str));
   DEBUGA_SKYPE("%s CHANNEL HANGUP\n", SKYPIAX_P_LOG, switch_channel_get_name(channel));
   switch_mutex_lock(globals.mutex);
   globals.calls--;



More information about the Freeswitch-svn mailing list