diff options
Diffstat (limited to 'src/core/execute.c')
-rw-r--r-- | src/core/execute.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index 0a5914759f..a88e1b1953 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -1908,6 +1908,9 @@ void exec_context_done(ExecContext *c) { strv_free(c->runtime_directory); c->runtime_directory = NULL; + + bus_endpoint_free(c->bus_endpoint); + c->bus_endpoint = NULL; } int exec_context_destroy_runtime_directory(ExecContext *c, const char *runtime_prefix) { |