X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Frlc_umm_dl.c;h=84f6029c7148da500c96ee9f8c32e0cc873964c9;hb=959944c4b572d2027bceb7bb474a8fc40f85ec1c;hp=2d89241bd2d61da871f8d76558b6b1e2776c445d;hpb=ef723e2e773fc6a6dcff43005569e509201df198;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/rlc_umm_dl.c b/src/5gnrrlc/rlc_umm_dl.c index 2d89241bd..84f6029c7 100755 --- a/src/5gnrrlc/rlc_umm_dl.c +++ b/src/5gnrrlc/rlc_umm_dl.c @@ -623,6 +623,7 @@ Void rlcUmmFreeDlRbCb(RlcCb *gCb,RlcDlRbCb *rbCb) { /* cat the SDU queue to the to be freed list */ + RLC_FREE (gCb,rbCb->snssai, sizeof (Snssai)); cmLListCatLList(&(gCb->u.dlCb->toBeFreed.sduLst),&(rbCb->m.umDl.sduQ)); rlcUtlRaiseDlCleanupEvent(gCb);