X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm.h;h=d35977d9f424b7113537d6ab0dcb2e84c6a54cb3;hb=05d098e6b94f629a932caaff404f2b703b123852;hp=eb46d320fe7d437263859fd09a095c48b6a16f67;hpb=1bed59663a087c96c3ebb984ee19be92e7f4ecc5;p=o-du%2Fl2.git diff --git a/src/cm/cm.h b/src/cm/cm.h index eb46d320f..d35977d9f 100644 --- a/src/cm/cm.h +++ b/src/cm/cm.h @@ -26,7 +26,7 @@ { \ if (_buf != NULLP) \ { \ - (Void) SPutStaticBuffer(_region, _pool, \ + (Void) SPutStaticBufNewForDebug(__FILE__,__FUNCTION__,__LINE__,_region, _pool, \ (Data *) _buf, (Size) _size, 0); \ _buf = NULLP; \ } \