mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Update PhysFS to 3.0.2.
This commit is contained in:
@@ -203,6 +203,8 @@ static void SZIP_closeArchive(void *opaque)
|
||||
SZIPinfo *info = (SZIPinfo *) opaque;
|
||||
if (info)
|
||||
{
|
||||
if (info->io)
|
||||
info->io->destroy(info->io);
|
||||
SzArEx_Free(&info->db, &SZIP_SzAlloc);
|
||||
__PHYSFS_DirTreeDeinit(&info->tree);
|
||||
allocator.Free(info);
|
||||
|
||||
Reference in New Issue
Block a user