1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Add missing ioReadClose().

This probably wouldn't be a big issue since the close would happen when the IoRead object was destroyed, but better to be safe.
This commit is contained in:
Cynthia Shang 2020-06-03 09:02:53 -04:00 committed by David Steele
parent 9efbafc84c
commit 38bf3d5154

View File

@ -403,6 +403,8 @@ iniLoad(
MEM_CONTEXT_TEMP_RESET(1000);
}
while (!ioReadEof(read));
ioReadClose(read);
}
MEM_CONTEXT_TEMP_END();
}