FAPI Slot Indication Changes
[o-du/l2.git] / src / du_app / du_msg_hdl.c
index 2f77a76..5f81917 100644 (file)
@@ -1591,6 +1591,7 @@ uint16_t duHandleMacCellCfgCfm(MacCellCfgCfm *macCellCfgCfm)
                if(macCellCfgCfm->transId == duCb.duMacCellCfg->transId)
                {
                        /* free the memory allocated during sending macCellCfg request */
+                       DU_FREE(duCb.duMacCellCfg->sib1Cfg.sib1Pdu, duCfgParam.srvdCellLst[0].duSysInfo.sib1Len);
                        DU_FREE(duCb.duMacCellCfg,sizeof(MacCellCfg));
                        duCb.duMacCellCfg = NULLP;