aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/msc_conn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msc_conn.c b/src/msc_conn.c
index aabd151..66a1a0b 100644
--- a/src/msc_conn.c
+++ b/src/msc_conn.c
@@ -84,6 +84,7 @@ void msc_close_connection(struct bsc_data *bsc)
release_bsc_resources(bsc);
bsc_del_timer(&bsc->ping_timeout);
bsc_del_timer(&bsc->pong_timeout);
+ bsc_del_timer(&bsc->msc_timeout);
msc_schedule_reconnect(bsc);
}