[Freeswitch-svn] [commit] r7734 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Mon Feb 25 11:42:34 EST 2008


Author: anthm
Date: Mon Feb 25 11:42:34 2008
New Revision: 7734

Modified:
   freeswitch/trunk/src/switch_channel.c

Log:
update

Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c	(original)
+++ freeswitch/trunk/src/switch_channel.c	Mon Feb 25 11:42:34 2008
@@ -361,7 +361,7 @@
 	void *pop;
 	switch_mutex_lock(channel->dtmf_mutex);
 	while(switch_queue_trypop(channel->dtmf_queue, &pop) == SWITCH_STATUS_SUCCESS) {
-		free(pop);
+		switch_safe_free(pop);
 	}
 	switch_mutex_unlock(channel->dtmf_mutex);
 }



More information about the Freeswitch-svn mailing list