Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.8.1 #195

Merged
merged 12 commits into from
Nov 3, 2014
2 changes: 2 additions & 0 deletions skynet-src/skynet_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ forward_message(int type, bool padding, struct socket_message * result) {
if (skynet_context_push((uint32_t)result->opaque, &message)) {
// todo: report somewhere to close socket
// don't call skynet_socket_close here (It will block mainloop)
if (sm->buffer)
skynet_free(sm->buffer);
skynet_free(sm);
}
}
Expand Down