*fixed a crash bug when access an unnamed array.
This commit is contained in:
parent
0376dbcbca
commit
330e6a7f0f
3
HISTORY
3
HISTORY
@ -1,3 +1,6 @@
|
||||
Oct. 29 2017
|
||||
Fixed a crash bug when access an unnamed array
|
||||
|
||||
Oct. 25 2017
|
||||
Fixed a memory leak with an unexpected value
|
||||
|
||||
|
@ -9258,6 +9258,7 @@ static _array_t* _search_array_in_scope_chain(mb_interpreter_t* s, _array_t* i,
|
||||
mb_assert(s && i);
|
||||
|
||||
result = i;
|
||||
if(result->name)
|
||||
scp = _search_identifier_in_scope_chain(s, 0, result->name, _PATHING_NONE, 0, 0);
|
||||
if(scp) {
|
||||
obj = (_object_t*)scp->data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user