X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_msg_hdl.c;h=e29be40883bc494eda405aad8caa2eb812847318;hb=ba78fa13b01e0729fe0a6a7a18cbf1d52cdcda1c;hp=98e24a0a34ecaef4c06709c6b965f035344a5dc1;hpb=d18338bde70b043c3dde28b7d88d128c0b138380;p=o-du%2Fl2.git diff --git a/src/du_app/du_msg_hdl.c b/src/du_app/du_msg_hdl.c index 98e24a0a3..e29be4088 100644 --- a/src/du_app/du_msg_hdl.c +++ b/src/du_app/du_msg_hdl.c @@ -1661,8 +1661,7 @@ uint8_t duHandleSlotInd(Pst *pst, SlotIndInfo *slotInfo) #endif if((pst->selector == ODU_SELECTOR_LWLC) || (pst->selector == ODU_SELECTOR_TC)) - DU_FREE_SHRABL_BUF(MAC_MEM_REGION, pst->pool, slotInfo, sizeof(SlotIndInfo)); - + DU_FREE_SHRABL_BUF(pst->region, pst->pool, slotInfo, sizeof(SlotIndInfo)); return ROK; }