mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
With some versions of the compiler, the _cleanup_ attr makes it think the variable might be freed/closed when uninitialized, even though it cannot happen. The added cost is small enough to be worth the benefit, and optimized builds will help reduce it even further.