Fix socket close method (#16494)

Use the platform independent socket close function from same place where all other socket communication is used from.
pull/16506/head
zoltanvb 2024-05-05 12:48:37 +02:00 committed by GitHub
parent 17b9324a24
commit 3092740312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ static void open_UDP_socket()
socket_target_t in_target;
if (s && s != SOCKET_ERROR)
close(s);
socket_close(s);
s = socket_create(
"retropad",