Skip to content

Commit

Permalink
Fixed a double-free.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 23, 2002
1 parent 083710d commit 55b7638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion archivers/zip.c
Expand Up @@ -1441,7 +1441,6 @@ static void ZIP_dirClose(DirHandle *h)
{
ZIPinfo *zi = (ZIPinfo *) (h->opaque);
zip_free_entries(zi->entries, zi->entryCount);
free(zi->entries);
free(zi->archiveName);
free(zi);
free(h);
Expand Down

0 comments on commit 55b7638

Please sign in to comment.