]> git.ipfire.org Git - thirdparty/tar.git/commit
Fixes in the delete_archive_members function
authorSergey Poznyakoff <gray@gnu.org>
Thu, 14 Jan 2021 07:00:12 +0000 (09:00 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Thu, 14 Jan 2021 07:00:12 +0000 (09:00 +0200)
commit8e2898ab11f687aefb4d1deb9f27295e6a1080a1
tree3d5623c1561910b6245e7585668efc0795f8e121
parent0b43ea2906432873416576cb90608f72b6fbf18a
Fixes in the delete_archive_members function

* src/delete.c (delete_archive_members): Clean-up the code. Avoid
entering the loop from the middle.  Free the memory allocated for
current_stat_info.
src/delete.c