Fixes memory leaks detected by Coverity. These are due to ephemeral memory allocations not being freed when errors occur.
-- v2 changes: * Split patch into two Remy Horton (2): app/test-pmd: fix Coverity issues examples/l2fwd-keepalive: fix Coverity issues app/test-pmd/config.c | 3 +++ examples/l2fwd-keepalive/shm.c | 2 ++ 2 files changed, 5 insertions(+) -- 2.5.5