mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
fix covrity issue 1435068 Resource leak
https://scan7.coverity.com/reports.htm#v29377/p15116/fileInstanceId=19101001&defectInstanceId=4408515&mergedDefectId=1435068
This commit is contained in:
parent
539b05a1a2
commit
0227f299a6
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ create_server_port(int port)
|
|||
FElibc_error("Accepting requests", 0);
|
||||
#endif /* THREADS */
|
||||
|
||||
close(request);
|
||||
return(conn);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue