mirror of
https://github.com/systemd/systemd.git
synced 2026-07-16 12:30:23 +00: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.