Skip to content

Commit

Permalink
Merge pull request #467 from redboltz/bp_441
Browse files Browse the repository at this point in the history
Backported #441 to cpp-1.4.
  • Loading branch information
redboltz committed May 18, 2016
2 parents 7df9671 + 0dcab0b commit 8388ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions erb/cpp03_zone.hpp.erb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class zone {
::free(c);
c = n;
} else {
m_head = c;
break;
}
}
Expand Down
1 change: 1 addition & 0 deletions include/msgpack/detail/cpp03_zone.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class zone {
::free(c);
c = n;
} else {
m_head = c;
break;
}
}
Expand Down

0 comments on commit 8388ced

Please sign in to comment.