diff options
author | Florin Coras <fcoras@cisco.com> | 2021-10-12 13:55:19 -0700 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-10-13 14:31:21 +0000 |
commit | 2dfeef522c1969d549dc0093a802f3cb5affee9f (patch) | |
tree | 50f2ec1d56e553464ad1ef20d11816728b8470a0 /src | |
parent | 807868da3cdb0ade4a796289dab18454edef5407 (diff) |
vapi: fix vapi test coverity warning
Type: fix
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I5ecb73009c6ebb00b5d9e14bd09b4b3e80ab5601
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp-api/vapi/vapi_c_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpp-api/vapi/vapi_c_test.c b/src/vpp-api/vapi/vapi_c_test.c index efa6a735611..52b930d422f 100644 --- a/src/vpp-api/vapi/vapi_c_test.c +++ b/src/vpp-api/vapi/vapi_c_test.c @@ -910,6 +910,7 @@ START_TEST (test_api_strings) /* Assert nul terminator NOT present */ ck_assert_int_eq (vec_len (vstr), strlen (str)); vec_free (vstr); + free (dump); } END_TEST; |