aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/(public-mirror)
diff options
context:
space:
mode:
authorPouria Mousavizadeh Tehrani <pouria@FreeBSD.org>2026-08-22 20:37:58 +0000
committerPouria Mousavizadeh Tehrani <pouria@FreeBSD.org>2026-08-23 07:35:52 +0000
commit790817f5a7a640c9ceb5c2ad99135f1a69aeb77d (patch)
treedfc0cc3c129fa416adf2d5f019efd690d41ca0cc /clang/lib/ExtractAPI/(public-mirror)
parent27f0491e3648722a892558416a768dda77850ad9 (diff)
route/fib_algo: Free leaked radix_masks in radix_locklessHEADmain
radix_lockless algorithm creates its own radix tree and allocates its own radix_masks by directly calling rnh_addaddr(). However, during destruction, it only frees the radix_tree without freeing its allocated radix_masks. Fix the leak by calling rn_delete() during radix_destroy(). PR: 297339 Reviewed by: melifaro MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D59112
Diffstat (limited to 'clang/lib/ExtractAPI/(public-mirror)')
0 files changed, 0 insertions, 0 deletions