mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix bug #68784
This commit is contained in:
parent
50c721a623
commit
dbd02ad23b
1 changed files with 1 additions and 1 deletions
|
@ -2280,7 +2280,7 @@ out:
|
||||||
if (_router) {
|
if (_router) {
|
||||||
pefree(_router, 1);
|
pefree(_router, 1);
|
||||||
}
|
}
|
||||||
if (server_sock >= -1) {
|
if (server_sock > -1) {
|
||||||
closesocket(server_sock);
|
closesocket(server_sock);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue