Work on ensuring new objects are clean, but not sure it's successful.
Also, start on setting up the read ACL on new objects.
This commit is contained in:
parent
6b89779bab
commit
d1bfb029b8
12 changed files with 141 additions and 72 deletions
|
|
@ -362,10 +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.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