mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Not leaking socket in set ports option
This commit is contained in:
parent
c0eb3e56b4
commit
ab16220861
@ -4576,6 +4576,7 @@ static int set_ports_option(struct mg_context *ctx) {
|
||||
} else if ((ptr = realloc(ctx->listening_sockets,
|
||||
(ctx->num_listening_sockets + 1) *
|
||||
sizeof(ctx->listening_sockets[0]))) == NULL) {
|
||||
closesocket(so.sock);
|
||||
success = 0;
|
||||
} else {
|
||||
set_close_on_exec(so.sock);
|
||||
|
Loading…
Reference in New Issue
Block a user