From: Thomas Hindoe Paaboel Andersen Date: Tue, 3 Feb 2015 20:35:14 +0000 (+0100) Subject: partial revert of fed6df8 X-Git-Tag: v219~162 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4cd552bc502077f2626b07b8aa0706c3fb6c7f56 partial revert of fed6df8 This one was acutally used to free xattr --- 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) {