Skip to content

Commit

Permalink
tests: internal: pack: release buffers
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Sep 30, 2020
1 parent e052741 commit 0f6b4a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/internal/pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ void test_json_dup_keys()
TEST_CHECK(strncmp(out_json, data_out, flb_sds_len(out_json)) == 0);
flb_sds_destroy(d);
flb_sds_destroy(out_json);
flb_free(out_buf);
flb_free(data_in);
flb_free(data_out);
}

void test_json_pack_bug342()
Expand Down

0 comments on commit 0f6b4a7

Please sign in to comment.