Fix memory leaks

This commit is contained in:
tbeu
2018-09-03 22:22:49 +02:00
parent 0421dabc1e
commit c056026dad
4 changed files with 10 additions and 8 deletions

View File

@@ -1354,7 +1354,7 @@ TEST(MSGPACKC, unpack_array_uint64)
}
TEST(MSGPACKC, vreff_buffer_overflow)
TEST(MSGPACKC, vref_buffer_overflow)
{
msgpack_vrefbuffer vbuf;
msgpack_vrefbuffer to;