call tbf_unlink_pdch() from gprs_rlcmac_tbf destructor

Change-Id: Iadec328774291e09f45850e0514653ac679c3451
This commit is contained in:
Neels Hofmeyr 2021-08-11 03:27:38 +02:00
parent 4df959d305
commit c622df6686
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ gprs_rlcmac_tbf::gprs_rlcmac_tbf(struct gprs_rlcmac_bts *bts_, GprsMs *ms, gprs_
gprs_rlcmac_tbf::~gprs_rlcmac_tbf()
{
tbf_unlink_pdch(this);
osmo_fsm_inst_free(state_fsm.fi);
state_fsm.fi = NULL;
}