Merge pull request #27 from redboltz/malloc_free_match

Fixed malloc delete unmatch bug.
This commit is contained in:
Takatoshi Kondo 2013-08-26 18:56:26 -07:00
commit b7336f817c

View File

@ -893,7 +893,7 @@ TEST(MSGPACK, vrefbuffer_int64)
obj.convert(&val); \
EXPECT_EQ(*it, val); \
++it; \
delete life; \
msgpack_zone_free(life); \
} \
p += sz; \
} \