mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-24 07:36:30 +00:00
66fda2aeea
Temporary values in the stack were not being properly cleared when the return value of calls were discarded, which can cause memory issues especially for reference types like PackedByteArray.