git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6956 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-22 02:15:50 +00:00
parent 2847d1c04e
commit c4589ed2ca
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ SWITCH_DECLARE(void) switch_channel_flush_dtmf(switch_channel_t *channel)
SWITCH_DECLARE(void) switch_channel_uninit(switch_channel_t *channel)
{
switch_channel_flush_dtmf(channel);
switch_core_hash_destroy(&channel->private_hash);
switch_event_destroy(&channel->variables);
}