mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-18 00:04:09 +10:00
Added API macro to some functions
This commit is contained in:
@@ -2482,7 +2482,7 @@ void runInterpreter(Interpreter* interpreter, unsigned char* bytecode, int lengt
|
||||
freeLiteral(lit);
|
||||
}
|
||||
|
||||
//free the bytecode immediately after use
|
||||
//free the bytecode immediately after use TODO: because why?
|
||||
FREE_ARRAY(unsigned char, interpreter->bytecode, interpreter->length);
|
||||
|
||||
//free the associated data
|
||||
|
||||
Reference in New Issue
Block a user