aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 8d5e9d8c7..4eddb9c9f 100755
--- a/channel.c
+++ b/channel.c
@@ -548,6 +548,8 @@ void ast_channel_free(struct ast_channel *chan)
close(fd);
if ((fd = chan->pvt->alertpipe[1]) > -1)
close(fd);
+ if ((fd = chan->timingfd) > -1)
+ close(fd);
f = chan->pvt->readq;
chan->pvt->readq = NULL;
while(f) {