Skip to content

Commit

Permalink
Fixed freed memory accessing bug in the C++ code.
Browse files Browse the repository at this point in the history
(Issue msgpack#32)
  • Loading branch information
redboltz committed Mar 5, 2014
1 parent 159e07e commit 17e9747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp11/zone.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class zone {
::free(c);
c = n;
} else {
head_ = c;
break;
}
}
Expand Down

0 comments on commit 17e9747

Please sign in to comment.