bugfix: Issue #38

This commit is contained in:
云风
2013-09-12 13:35:23 +08:00
parent efb8ecbe84
commit 8743a6b030
3 changed files with 8 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ skynet_context_new(const char * name, const char *param) {
} else {
skynet_context_release(ctx);
skynet_handle_retire(ctx->handle);
skynet_mq_release(queue);
return NULL;
}
}