diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-11-30 13:50:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 13:50:07 +0200 |
| commit | 06aacab2b0ea8eb11e36fc8b8165816f09a5dc0f (patch) | |
| tree | 688a1e3d85a64d2f32f6abbf617466923e9f46eb /lib/srv6.c | |
| parent | 88950a3013366cd7f822d967c72bbf532caf6ee6 (diff) | |
| parent | f13d0c27b6010e69ac91c3314319d6c341e8ca3c (diff) | |
Merge pull request #14916 from FRRouting/mergify/bp/stable/9.0/pr-14907
bgpd: Free Memory for SRv6 Functions and Locator Chunks (backport #14907)
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; |
