]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/machine-pool.c
tree-wide: drop redundant _cleanup_ macros (#8810)
[thirdparty/systemd.git] / src / shared / machine-pool.c
index e4713b9f4e01df5d1903d81653a5a3d358310807..f2b0bb76a126c260b3d74f2c93a5d1bd8d6bb1c4 100644 (file)
@@ -158,7 +158,7 @@ fail:
 }
 
 int setup_machine_directory(uint64_t size, sd_bus_error *error) {
-        _cleanup_release_lock_file_ LockFile lock_file = LOCK_FILE_INIT;
+        _cleanup_(release_lock_file) LockFile lock_file = LOCK_FILE_INIT;
         struct loop_info64 info = {
                 .lo_flags = LO_FLAGS_AUTOCLEAR,
         };