don't leak file descriptors

This commit is contained in:
Omar Polo 2021-01-19 18:16:09 +00:00
parent 6119e13e8a
commit 710a71b2bb
1 changed files with 1 additions and 0 deletions

1
ex.c
View File

@ -277,6 +277,7 @@ executor_main(int fd)
addr, ruser, cissuer, chash, vhost);
if (!send_fd(fd, d))
break;
close(d);
free(spath);
free(relpath);