fixed memory issues

This commit is contained in:
2025-02-03 22:30:56 +05:00
parent 422d967165
commit 51ef24bb53
7 changed files with 42 additions and 6 deletions

View File

@@ -35,3 +35,4 @@ typedef struct Instruction {
/// @return ptr to struct or NULL
const Instruction* NULLABLE(Instruction_getByOpcode)(Opcode opcode);
const Instruction* NULLABLE(Instruction_getByName)(str name);
void Instruction_freeSearchStructs();