mirror of
https://github.com/openssh/libopenssh
synced 2026-04-24 21:58:49 +00:00
memory leak in test
This commit is contained in:
committed by
Markus Friedl
parent
4364319ce2
commit
52f8dc5221
@@ -284,6 +284,7 @@ sshbuf_getput_basic_tests(void)
|
||||
ASSERT_SIZE_T_EQ(s, sizeof(x));
|
||||
ASSERT_MEM_EQ(d, x, sizeof(x));
|
||||
ASSERT_SIZE_T_EQ(sshbuf_len(p1), 4);
|
||||
free(d);
|
||||
sshbuf_free(p1);
|
||||
TEST_DONE();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user