bug fixes

This commit is contained in:
2026-07-03 10:29:21 +10:00
parent c78426ef88
commit a06d3ba55d
4 changed files with 16 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ void _GroundFreeFunction(GroundFunction* in) {
free(in->program.ground);
for (GroundSize i = 0; i < in->args.count; i++) {
free(in->args.at[i].as.id);
Ground.Free.Identifier(in->args.at[i].as.id);
}
}