mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-29 22:21:17 +00:00
The Zipfile Reference should be set to `NULL` when the `ZIPPacker` is closed not when a file in it is closed. When calling `ZIPPacker.close` without this nothing happens because `zf` is `NULL`. (7zip could still extract the file but warned about unexpected end of file.)