1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/doc/xml
David Steele cd8db7d9e5
Fix memory leak in file bundle backup/restore.
When converting restoreFile() to support file bundling in 34d64957 there were some I/O objects that were only freed at the end of the function that should have been freed at the end of each loop. Wrap the loops in temp mem contexts to fix this.

Do the same to backupFile() since it would have a similar leak when resuming a backup. Since file bundles cannot be resumed the leak would not be as severe, but still seems worth doing to protect against future leaks.
2022-09-22 22:42:01 -07:00
..
auto v2.41: Backup Annotations 2022-09-19 10:08:10 -07:00
dtd Add br tag for documentation. 2022-05-11 10:39:31 -04:00
coding.xml Add FN_INLINE_ALWAYS macro. 2022-09-08 18:36:03 -06:00
contributing.xml Add FN_INLINE_ALWAYS macro. 2022-09-08 18:36:03 -06:00
documentation.xml Clean up dividers in the documentation. 2022-05-06 12:11:04 -04:00
faq.xml Add FAQ about backup types and restore speed. 2022-05-10 14:17:05 -04:00
index.xml Clean up dividers in the documentation. 2022-05-06 12:11:04 -04:00
metric.xml Clean up dividers in the documentation. 2022-05-06 12:11:04 -04:00
release.xml Fix memory leak in file bundle backup/restore. 2022-09-22 22:42:01 -07:00
user-guide-index.xml Simplify messaging around supported versions in the documentation. 2022-05-09 11:59:08 -04:00
user-guide.xml Backup key/value annotations. 2022-08-24 10:52:33 -04:00