mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Fixed some indexing bugs
This commit is contained in:
@@ -1386,7 +1386,7 @@ static bool execIndex(Interpreter* interpreter) {
|
||||
freeLiteral(second);
|
||||
freeLiteral(first);
|
||||
freeLiteral(compound);
|
||||
freeLiteral(idn);
|
||||
//freeLiteral(idn); //since compound is freed, idn is still pointing there
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user