diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-21 21:11:54 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-21 21:42:28 -0400 |
commit | 1d3bc0177a1952473bbe45b5bbb4e4e4f69a84f4 (patch) | |
tree | 39af5c1748b80c40612e966beeea694eaf668957 /src/shared | |
parent | 1a40a3393e904fe4683f6d2b2450cfbd94a34000 (diff) |
Merge systemd-verify with systemd-analyze
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/path-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 7a715b7133..40fb0b8b4a 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/path-lookup.c @@ -212,7 +212,7 @@ int lookup_paths_init( if (!p->unit_path || append) { /* Let's figure something out. */ - char **unit_path; + _cleanup_strv_free_ char **unit_path; int r; /* For the user units we include share/ in the search |