Added API macro to some functions

This commit is contained in:
2022-10-02 00:44:46 +01:00
parent 467cd8d978
commit 3460967e3b
5 changed files with 19 additions and 15 deletions

View File

@@ -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