aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tbf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index fcad879f..56f3d76f 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -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;
}