From 3fb6da6412fd403820ba92e5076cf3b36bda138c Mon Sep 17 00:00:00 2001 From: David Steele Date: Sun, 28 Feb 2021 16:01:38 -0500 Subject: [PATCH] Add missing linefeed. --- src/storage/posix/read.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/posix/read.c b/src/storage/posix/read.c index 1f872a57a..2230c069b 100644 --- a/src/storage/posix/read.c +++ b/src/storage/posix/read.c @@ -82,6 +82,7 @@ storageReadPosixOpen(THIS_VOID) else THROW_SYS_ERROR_FMT(FileOpenError, STORAGE_ERROR_READ_OPEN, strZ(this->interface.name)); // {vm_covered} } + // On success set free callback to ensure the file descriptor is freed if (this->fd != -1) {