]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix srv6 segment nexthop memory leak.
authorDonald Sharp <sharpd@nvidia.com>
Tue, 4 Feb 2025 20:13:48 +0000 (15:13 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 4 Feb 2025 20:13:48 +0000 (15:13 -0500)
commitabbfcc49f93bd16d331402dbe1ac9aad4e27495b
treee837156e9c9fad8fa87940ef33f464d64ae8e401
parent29dcfd415f8e1de6514ce3f9d61bd10e17b59bc6
zebra: Fix srv6 segment nexthop memory leak.

The srv6 segment was being set but never freed
on the statically allocated nexthop.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/rt_netlink.c