diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-18 19:03:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 19:03:08 -0400 |
commit | 53274d4cab90c7519fe53d6c222e892c036efc37 (patch) | |
tree | 3cbd0046b2b4d8a8393b796181b5ab9148d2bdbb /src/test/test-process-util.c | |
parent | 03e749af53bc6671270c300cdc5df4f2c5e0b9ae (diff) | |
parent | 12c40d4cc4332161baa928092c08455bfee36096 (diff) |
Merge pull request #3749 from phomes/trivial-fixes3
Trivial fixes3
Diffstat (limited to 'src/test/test-process-util.c')
-rw-r--r-- | src/test/test-process-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-process-util.c b/src/test/test-process-util.c index 99c92780b8..562ad4acb8 100644 --- a/src/test/test-process-util.c +++ b/src/test/test-process-util.c @@ -45,7 +45,7 @@ static void test_get_process_comm(pid_t pid) { struct stat st; - _cleanup_free_ char *a = NULL, *c = NULL, *d = NULL, *f = NULL, *i = NULL, *cwd = NULL, *root = NULL; + _cleanup_free_ char *a = NULL, *c = NULL, *d = NULL, *f = NULL, *i = NULL; _cleanup_free_ char *env = NULL; char path[strlen("/proc//comm") + DECIMAL_STR_MAX(pid_t)]; pid_t e; |