mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add missing recursive packup call
This commit is contained in:
@@ -843,6 +843,8 @@ impl TargetAccessor {
|
||||
for reg in &nta.subscript.nested_registers {
|
||||
ec.fnc.reg_allocator.release(reg);
|
||||
}
|
||||
|
||||
nta.obj.packup(ec);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user