mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
core: fix minor memory leak
This commit is contained in:
parent
1d450bda70
commit
4dae8ae6df
@ -1342,7 +1342,7 @@ static int verify_run_space(const char *message, sd_bus_error *error) {
|
||||
}
|
||||
|
||||
int verify_run_space_and_log(const char *message) {
|
||||
sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||
int r;
|
||||
|
||||
r = verify_run_space(message, &error);
|
||||
|
Loading…
Reference in New Issue
Block a user