fio: on close() don't loose fd if internal close fails
File descriptor was set to -1 regardless of whether the object was closed properly. As a result, in case of an error the descriptor would leak. GC finalizer of a descriptor is left intact not to overcomplicate it.
Loading
Please register or sign in to comment