Memory handling fixes
[o-du/l2.git] / src / 5gnrsch / rg_sch.h
index cd6202d..5385fd2 100755 (executable)
@@ -631,7 +631,7 @@ do \
 {\
    if (NULLP != (_buf)) \
    { \
-      SPutMsg((_buf)); \
+      ODU_PUT_MSG_BUF((_buf)); \
       _buf = NULLP; \
    } \
 }