Skip to content

Commit

Permalink
Merge pull request #27 from redboltz/malloc_free_match
Browse files Browse the repository at this point in the history
Fixed malloc delete unmatch bug.
  • Loading branch information
redboltz committed Aug 27, 2013
2 parents ce9e543 + 88356b7 commit b7336f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/msgpack_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ TEST(MSGPACK, vrefbuffer_int64)
obj.convert(&val); \
EXPECT_EQ(*it, val); \
++it; \
delete life; \
msgpack_zone_free(life); \
} \
p += sz; \
} \
Expand Down

0 comments on commit b7336f8

Please sign in to comment.