mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-04-07 06:59:58 +02:00
This leak was caused by the file descriptor variable getting clobbered after a long jump. Mark it as volatile to fix. Testing this is a bit complex because the issue only happens in optimized builds, if at all. Put the test into the performance suite, which is always optimized, until a better idea presents itself.