tbf_dl: Fix state_fsm instance not freed

Change-Id: I2f89810dd346cee904dcff0b598e229bd5f84a9f
This commit is contained in:
Pau Espin 2023-02-27 14:24:38 +01:00
parent 294b886be6
commit 9a44df6084
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void gprs_rlcmac_dl_tbf_free(struct gprs_rlcmac_dl_tbf *dl_tbf)
gprs_rlcmac_rlc_dl_window_free(dl_tbf->dlw);
dl_tbf->dlw = NULL;
//gprs_rlcmac_tbf_dl_fsm_destructor(dl_tbf);
gprs_rlcmac_tbf_dl_fsm_destructor(dl_tbf);
gprs_rlcmac_tbf_destructor(dl_tbf_as_tbf(dl_tbf));
talloc_free(dl_tbf);

View File

@ -619,3 +619,4 @@ DLGLOBAL DEBUG Register POLL (TS=7 FN=21, reason=DL_ACK)
DLGLOBAL INFO Rx from lower layers: L1CTL-PDCH_RTS.indication
DLGLOBAL DEBUG (ts=7,fn=21,usf=0) Tx DL ACK/NACK FinalAck=1
DLGLOBAL DEBUG TBF(DL:NR-0:TLLI-00000001) - V(N): "IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIR" R=Received I=Invalid
DLGLOBAL INFO DL_TBF{FINISHED}: Deallocated