]> git.ipfire.org Git - thirdparty/glibc.git/commit
show_archive_content: Fix trivial memory leak
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 18 May 2021 03:37:06 +0000 (09:07 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 18 May 2021 03:37:06 +0000 (09:07 +0530)
commit2317101658488102f54d4c700fd2da839b6fec29
treef1522d8c0c795d37b3f091c5f983cc91a8a659e7
parente5ac7bd679de52f70b52b2d0c2135de8d57cba8c
show_archive_content: Fix trivial memory leak

Fix trivial leak identified by coverity.  The program runs to exit and
the leak doesn't grow, but it's just cleaner to free the allocated
memory.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
locale/programs/locarchive.c