logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_msg_free - free a message

Description

       The nng_msg_free() function deallocates the message msg entirely.

Errors

       None.

Name

       nng_msg_free - free a message

Return Values

       None.

See Also

nng_msg_alloc(3), nng_msg_realloc(3), nng_msg(5), nng(7)

                                                   2025-04-20                                    NNG_MSG_FREE(3)

Synopsis

           #include <nng/nng.h>

           void nng_msg_free(nng_msg *msg);

See Also