X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4640ae85fe8b35d3410b319f532e3ad9ff7eac79..refs/heads/hacks/missing-args-b3.0.x:/xattrs.c diff --git a/xattrs.c b/xattrs.c index 63b118a7..1f3dcb36 100644 --- a/xattrs.c +++ b/xattrs.c @@ -751,7 +751,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; }