X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d38fc3056318ed19ee08941c2d4f4881d84d9130..67f3feebcbb929ac44e279d425cbdb62d90ece29:/hlink.c diff --git a/hlink.c b/hlink.c index a0435500..988de701 100644 --- a/hlink.c +++ b/hlink.c @@ -45,7 +45,7 @@ int hlink_count; && (p1)->F_INODE == (p2)->F_INODE) /* Analyze the data in the hlink_list[], remove items that aren't multiply - * linked, and replace the dev+inode data with the head+next linked list. */ + * linked, and replace the dev+inode data with the hlindex+next linked list. */ static void link_idev_data(void) { struct file_struct *head; @@ -66,7 +66,6 @@ static void link_idev_data(void) hlink_list[from]->flags |= FLAG_HLINK_EOL; hlink_list[to++] = head; } else { - free((char*)head->link_u.idev); head->link_u.idev = NULL; } }