mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Merge pull request #105842 from bruvzg/stack_leak
Fix GDScript stack leak.
This commit is contained in:
@@ -239,9 +239,7 @@ Variant GDScriptFunctionState::resume(const Variant &p_arg) {
|
||||
|
||||
GDScriptLanguage::get_singleton()->exit_function();
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
_clear_stack();
|
||||
#endif
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user