mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-25 01:55:39 +01:00
Merge pull request #27 from redboltz/malloc_free_match
Fixed malloc delete unmatch bug.
This commit is contained in:
commit
b7336f817c
@ -893,7 +893,7 @@ TEST(MSGPACK, vrefbuffer_int64)
|
||||
obj.convert(&val); \
|
||||
EXPECT_EQ(*it, val); \
|
||||
++it; \
|
||||
delete life; \
|
||||
msgpack_zone_free(life); \
|
||||
} \
|
||||
p += sz; \
|
||||
} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user