diff --git a/src/switch_channel.c b/src/switch_channel.c index 5b94afe596..02b3f0cea7 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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); }