mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 13:33:29 +00:00
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no effect and thus never frees the conn. So, after all pending requests have been discarded, also discard and free the unused connection.
This commit is contained in:
@@ -227,6 +227,8 @@ restart:
|
||||
goto restart;
|
||||
}
|
||||
}
|
||||
|
||||
msc_subscr_con_free(conn);
|
||||
}
|
||||
|
||||
/* clear all transactions globally; used in case of MNCC socket disconnect */
|
||||
|
||||
Reference in New Issue
Block a user