mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-21 13:23:32 +02:00
Destroy zbuffer in C unit test
This commit is contained in:
parent
9a50cc4345
commit
89f117fcd9
@ -85,6 +85,8 @@ TEST(buffer, zbuffer_c)
|
||||
EXPECT_EQ(0, msgpack_zbuffer_write(&zbuf, "", 0));
|
||||
|
||||
EXPECT_TRUE(msgpack_zbuffer_flush(&zbuf) != NULL);
|
||||
|
||||
msgpack_zbuffer_destroy(&zbuf);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user