mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
ok, windows... you missed the real err but you are still crying about this other one =/
This commit is contained in:
parent
70a4ebd3fb
commit
d05dcaaade
@ -675,6 +675,8 @@ ESL_DECLARE(esl_status_t) esl_listen(const char *host, esl_port_t port, esl_list
|
||||
}
|
||||
|
||||
handler = malloc(sizeof(*handler));
|
||||
esl_assert(handler);
|
||||
|
||||
memset(handler, 0, sizeof(*handler));
|
||||
handler->callback = callback;
|
||||
handler->server_sock = server_sock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user