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

freeaddrinfo procedure is empty (Windows) #17

Open
th75 opened this issue Apr 24, 2021 · 0 comments
Open

freeaddrinfo procedure is empty (Windows) #17

th75 opened this issue Apr 24, 2021 · 0 comments

Comments

@th75
Copy link

th75 commented Apr 24, 2021

Another issue under Windows:
In lws2tcpip.pp, the freeaddrinfo procedure is empty:

procedure freeaddrinfo(ai: PAddrInfo); stdcall;
begin

end;

Shouldn't be there a call to the imported _freeaddrinfo library function? Otherwise this probably leaks memory until the process is terminated I'd guess.

Best,
Tassilo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant