mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove the temporary file from the AF_UNIX socket test; #4981
This commit is contained in:
committed by
Hiroshi Mimaki
parent
6b839b2319
commit
d464fe5003
@@ -93,6 +93,7 @@ static int mrb_io_socket_available()
|
||||
retval = 0;
|
||||
}
|
||||
sock_test_out:
|
||||
unlink(socketname);
|
||||
close(fd);
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user