Merge tag 'v0.20.16'

release v0.20.16
This commit is contained in:
Max Kellermann
2018-02-03 19:59:29 +01:00
8 changed files with 29 additions and 7 deletions

View File

@@ -113,7 +113,12 @@ Iso9660ArchiveFile::Visit(char *path, size_t length, size_t capacity,
visitor.VisitArchiveEntry(path + 1);
}
}
#if LIBCDIO_VERSION_NUM >= 20000
iso9660_filelist_free(entlist);
#else
_cdio_list_free (entlist, true);
#endif
}
static std::unique_ptr<ArchiveFile>