commit | 2dfeef522c1969d549dc0093a802f3cb5affee9f | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Tue Oct 12 13:55:19 2021 -0700 |
committer | Ole Tr�an <otroan@employees.org> | Wed Oct 13 14:31:21 2021 +0000 |
tree | 50f2ec1d56e553464ad1ef20d11816728b8470a0 | |
parent | 807868da3cdb0ade4a796289dab18454edef5407 [diff] [blame] |
vapi: fix vapi test coverity warning Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I5ecb73009c6ebb00b5d9e14bd09b4b3e80ab5601
diff --git a/src/vpp-api/vapi/vapi_c_test.c b/src/vpp-api/vapi/vapi_c_test.c index efa6a73..52b930d 100644 --- a/src/vpp-api/vapi/vapi_c_test.c +++ b/src/vpp-api/vapi/vapi_c_test.c
@@ -910,6 +910,7 @@ /* Assert nul terminator NOT present */ ck_assert_int_eq (vec_len (vstr), strlen (str)); vec_free (vstr); + free (dump); } END_TEST;