Memory handling fixes
[o-du/l2.git] / src / 5gnrmac / rg_prg.h
index 067f8b2..23f41de 100755 (executable)
@@ -71,7 +71,7 @@
 {\
    if (NULLP != (_buf)) \
    { \
-      SPutMsg((_buf)); \
+      ODU_PUT_MSG_BUF((_buf)); \
       _buf = NULLP; \
    } \
 }