From 4cd552bc502077f2626b07b8aa0706c3fb6c7f56 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 3 Feb 2015 21:35:14 +0100 Subject: [PATCH] partial revert of fed6df8 This one was acutally used to free xattr --- src/tmpfiles/tmpfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 443851a8a..96b1fb4d3 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -630,7 +630,7 @@ static int get_xattrs_from_arg(Item *i) { while ((r = unquote_first_word(&p, &xattr, false)) > 0) { _cleanup_free_ char *tmp = NULL, *name = NULL, - *value = NULL, *value2 = NULL; + *value = NULL, *value2 = NULL, *_xattr = xattr; r = split_pair(xattr, "=", &name, &value); if (r < 0) { -- 2.30.2