mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 11:40:06 +00:00
ab23736751
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.)