summaryrefslogtreecommitdiff
path: root/src/core/dbus-execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-execute.c')
-rw-r--r--src/core/dbus-execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c
index d2bbda2db..4236b9808 100644
--- a/src/core/dbus-execute.c
+++ b/src/core/dbus-execute.c
@@ -615,7 +615,7 @@ int bus_exec_context_set_transient_property(
return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid environment block.");
if (mode != UNIT_CHECK) {
- _cleanup_free_ char *joined;
+ _cleanup_free_ char *joined = NULL;
char **e;
e = strv_env_merge(2, c->environment, l);