Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: suppress some reachable external lib "leaks"
- These are just normal reachable allocs from inside external library code; however, when running valgrind with memleak types "all" in order to find FRR specific leaks (from memory.h) these are the only other reported leaks. Makes easier checking and fixing. Signed-off-by: Christian Hopps <[email protected]>
- Loading branch information