Skip to content

Commit

Permalink
Fixed freed memory accessing bug.
Browse files Browse the repository at this point in the history
(Issue msgpack#32)
  • Loading branch information
redboltz committed Oct 22, 2013
1 parent dc1698e commit 9fc196e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zone.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ static inline void clear_chunk_list(msgpack_zone_chunk_list* cl, size_t chunk_si
free(c);
c = n;
} else {
cl->head = c;
break;
}
}
Expand Down

0 comments on commit 9fc196e

Please sign in to comment.