Found a leak, moving to linux

This commit is contained in:
2022-08-28 23:47:58 +01:00
parent f705d82aee
commit 4fb2dea1b4
5 changed files with 95 additions and 4 deletions

View File

@@ -8,3 +8,5 @@ int hashLiteral(Literal lit);
void printLiteral(Literal literal);
void printLiteralCustom(Literal literal, void (printFn)(const char*));
//TODO: copy literal (to be used in dictionaries and arrays, as well)