diff options
Diffstat (limited to '')
-rw-r--r-- | src/shared/bus-polkit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/bus-polkit.c b/src/shared/bus-polkit.c index 0dbf3f60c8..9b0a4552be 100644 --- a/src/shared/bus-polkit.c +++ b/src/shared/bus-polkit.c @@ -197,7 +197,6 @@ static int async_polkit_defer(sd_event_source *s, void *userdata) { } static int async_polkit_callback(sd_bus_message *reply, void *userdata, sd_bus_error *error) { - _cleanup_(sd_bus_error_free) sd_bus_error error_buffer = SD_BUS_ERROR_NULL; AsyncPolkitQuery *q = userdata; int r; |