update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6956 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2847d1c04e
commit
c4589ed2ca
|
@ -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_DECLARE(void) switch_channel_uninit(switch_channel_t *channel)
|
||||||
{
|
{
|
||||||
|
switch_channel_flush_dtmf(channel);
|
||||||
switch_core_hash_destroy(&channel->private_hash);
|
switch_core_hash_destroy(&channel->private_hash);
|
||||||
switch_event_destroy(&channel->variables);
|
switch_event_destroy(&channel->variables);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue