From 8abf99028c3c3d26f0eba76fa4b3437c082a8874 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 21 Nov 2024 22:20:50 -0800 Subject: Avoid extra allocs for listener url. --- src/core/url.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/url.h') diff --git a/src/core/url.h b/src/core/url.h index c0ca32a0..0f5f33c9 100644 --- a/src/core/url.h +++ b/src/core/url.h @@ -34,5 +34,6 @@ extern int nni_url_asprintf_port(char **, const nng_url *, int); extern size_t nni_url_decode(uint8_t *, const char *, size_t); extern int nni_url_to_address(nng_sockaddr *, const nng_url *); extern int nni_url_parse_inline(nng_url *, const char *); +extern void nni_url_fini(nng_url *); #endif // CORE_URL_H -- cgit v1.2.3-70-g09d2