diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-11-30 09:22:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 09:22:57 +0200 |
| commit | 3ed1bc81be9a018682ce2570aaf6e5d753c72a8c (patch) | |
| tree | 2fa886b345f0aa58455d53d3c666b1f0ff02afe0 /lib/srv6.c | |
| parent | 4aff978cee928cc0f8e1bf68a10d9c6ebb4b270e (diff) | |
| parent | 8e7044ba3b806d286ed964746f4e88004035be09 (diff) | |
Merge pull request #14907 from Keelan10/bgp_srv6-leak
bgpd: Free Memory for SRv6 Functions and Locator Chunks
Diffstat (limited to 'lib/srv6.c')
| -rw-r--r-- | lib/srv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srv6.c b/lib/srv6.c index 09835f3ea8..dceb6ab48b 100644 --- a/lib/srv6.c +++ b/lib/srv6.c @@ -108,7 +108,7 @@ const char *seg6local_context2str(char *str, size_t size, } } -static void srv6_locator_chunk_list_free(void *data) +void srv6_locator_chunk_list_free(void *data) { struct srv6_locator_chunk *chunk = data; |
