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:
parent
9efbafc84c
commit
38bf3d5154
@ -403,6 +403,8 @@ iniLoad(
|
||||
MEM_CONTEXT_TEMP_RESET(1000);
|
||||
}
|
||||
while (!ioReadEof(read));
|
||||
|
||||
ioReadClose(read);
|
||||
}
|
||||
MEM_CONTEXT_TEMP_END();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user