X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0d5ebab1d6df5169c5834c02c978fd5bb67421ca..6e310d38fcdeacb8055bb7e83d4e64c37fd54a38:/xattrs.c diff --git a/xattrs.c b/xattrs.c index 7df67848..79313255 100644 --- a/xattrs.c +++ b/xattrs.c @@ -766,7 +766,7 @@ void uncache_tmp_xattrs(void) rsync_xal_l.count = prior_xattr_count; while (xattr_item-- > xattr_start) { rsync_xal_free(xattr_item); - free(xattr_item); + free(xattr_item->items); } prior_xattr_count = (size_t)-1; }