X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_utl_dl.c;h=d150d9c1548924b7ccfdc774479a3dc3e42f538a;hb=e550b2091fb29289d12a5722b189acbede7862f0;hp=2742a8aa6ca2eee1dac550ae2ce0b1c751722aa2;hpb=d10b52519198632f93deae9574adc69c7ce12efa;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_utl_dl.c b/src/5gnrrlc/kw_utl_dl.c index 2742a8aa6..d150d9c15 100755 --- a/src/5gnrrlc/kw_utl_dl.c +++ b/src/5gnrrlc/kw_utl_dl.c @@ -303,11 +303,11 @@ RguDDatReqInfo *datReqInfo; } /* For Data per UE */ /* Check if to be freed here */ - /* - SPutSBuf(post->region, + + KW_FREE_SHRABL_BUF(post->region, post->pool, - (Data *)datReqInfo, sizeof(RguDDatReqInfo)); - */ + datReqInfo, sizeof(RguDDatReqInfo)); + RETVALUE(ROK); }/* End of KwLiRguDDatReq */