Commit 06554129 authored by Youness Alaoui's avatar Youness Alaoui

free addrinfo on the numb server

parent 8c0ad69d
......@@ -171,10 +171,7 @@ static void numb (void)
assert (val == 0 || (errno == EINPROGRESS));
#endif
memset (&hints, 0, sizeof (hints));
hints.ai_family = AF_UNSPEC;
hints.ai_socktype = SOCK_DGRAM;
hints.ai_flags = 0;
freeaddrinfo (res);
/* Send old-style response */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment