fix some memory leak and use %u as the valid conversion specifier of unsigned integers Qiumiao Zhang (5): fix memory leak in sctp_status fix memory leak in test_peer_addr() use valid conversion specifiers in printf() fix memory leak of iov.iov_base fix memory leak in test_fragments src/apps/sctp_darn.c | 4 ++++ src/apps/sctp_status.c | 15 +++++++++++++++ src/func_tests/test_fragments.c | 1 + src/func_tests/test_sctp_sendvrecvv.c | 1 + src/testlib/sctputil.c | 18 ++++++++++-------- 5 files changed, 31 insertions(+), 8 deletions(-) -- 2.27.0