From: svaidhya Date: Wed, 4 Dec 2024 10:15:15 +0000 (+0530) Subject: [Bug-ID: ODUHIGH-631] Compilation error in MSG4 PDCCH and PDSCH crash fix X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F13809%2F1;p=o-du%2Fl2.git [Bug-ID: ODUHIGH-631] Compilation error in MSG4 PDCCH and PDSCH crash fix Change-Id: Ieed14e6ab6c679ade08fb44ced8b95d2e7e237e1 Signed-off-by: svaidhya --- diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index 60a45a658..191aa0f9c 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -945,8 +945,8 @@ void deleteSchCellCb(SchCellCb *cellCb) SCH_FREE(cellCb->schDlSlotInfo[slotIdx]->dlMsgAlloc[ueIdx], sizeof(DlMsgSchInfo)); } SCH_FREE(cellCb->schDlSlotInfo[slotIdx]->ulGrant, sizeof(DciInfo)); + SCH_FREE(cellCb->schDlSlotInfo[slotIdx]->msg4PdschTime, sizeof(SlotTimingInfo)); SCH_FREE(cellCb->schDlSlotInfo[slotIdx], sizeof(SchDlSlotInfo)); - SCH_FREE(msg4PdschTime, sizeof(SlotTimingInfo)); } SCH_FREE(cellCb->schDlSlotInfo, cellCb->numSlots *sizeof(SchDlSlotInfo*)); }