From e06b1bcc66690cfbfb24792d7d97b1182c0a4eed Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Fri, 27 Feb 2009 19:24:56 +0000 Subject: [PATCH] dont need safe_free here git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12331 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index fa6f47d000..baf496259d 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1133,7 +1133,7 @@ static switch_bool_t inband_dtmf_generate_callback(switch_media_bug_t *bug, void } pvt->ts.duration = duration; teletone_run(&pvt->ts, buf); - switch_safe_free(pop); + free(pop); } if (switch_buffer_inuse(pvt->audio_buffer) && (bytes = switch_buffer_read(pvt->audio_buffer, frame->data, frame->datalen))) {