mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
sd-bus: check c->path for null instead of path
This commit is contained in:
parent
6f6fad96ad
commit
531991b64d
@ -1944,7 +1944,7 @@ static int bus_add_object(
|
||||
return -ENOMEM;
|
||||
|
||||
c->path = strdup(path);
|
||||
if (!path) {
|
||||
if (!c->path) {
|
||||
free(c);
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user