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 e895e77..ff73a49 100644
--- a/src/msc_conn.c
+++ b/src/msc_conn.c
@@ -68,6 +68,7 @@ void msc_close_connection(struct msc_connection *fw)
osmo_timer_del(&fw->ping_timeout);
osmo_timer_del(&fw->pong_timeout);
osmo_timer_del(&fw->msc_timeout);
+ osmo_wqueue_clear(&fw->msc_connection);
msc_schedule_reconnect(fw);
}