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_url_free - free a URL structure

Description

       The nng_url_free() function deallocates the url entirely, including any of its members.

Errors

       None.

Name

       nng_url_free - free a URL structure

Return Values

       None.

See Also

nng_url_clone(3), nng_url_parse(3), nng_url(5), nng(7)

                                                   2025-04-20                                    NNG_URL_FREE(3)

Synopsis

           #include <nng/nng.h>

           void nng_url_free(nng_url *url);

See Also