dont need safe_free here

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12331 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-02-27 19:24:56 +00:00
parent 4624bd5e8b
commit e06b1bcc66
1 changed files with 1 additions and 1 deletions

View File

@ -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))) {