Substantial work on read-list, not yet fully working.
This commit is contained in:
parent
80049f2272
commit
6b89779bab
5 changed files with 127 additions and 11 deletions
|
|
@ -362,8 +362,10 @@ struct pso_pointer destroy_stack_frame( struct pso_pointer fp,
|
|||
|
||||
for ( int i = 0; i < args_in_frame; i++ ) {
|
||||
dec_ref( frame->payload.stack_frame.arg[i] );
|
||||
frame->payload.stack_frame.arg[i] = nil;
|
||||
}
|
||||
|
||||
|
||||
frame->payload.stack_frame.previous = nil;
|
||||
frame->payload.stack_frame.function = nil;
|
||||
frame->payload.stack_frame.more = nil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue