]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/path.c
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
[thirdparty/systemd.git] / src / core / path.c
index 02fb134bb934361dbc20823dc430970c086f1c01..e2d39eaa657248fbb3859cab808af593ac815147 100644 (file)
@@ -465,7 +465,7 @@ static void path_enter_dead(Path *p, PathResult f) {
 }
 
 static void path_enter_running(Path *p) {
-        _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;
+        _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
         int r;
 
         assert(p);