hfguidshfiouhowfonweoinfvodnsbdifbisdb

This commit is contained in:
2026-07-13 16:47:41 +10:00
parent 7619b897e0
commit 05eddd9a0e
5 changed files with 215 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
void _GroundFreeArg(GroundArg* in) {
if (in->type == GroundArg_Value) {
Ground.Free.Value(&in->as.value);
} else {
} else if (in->type != GroundArg_DirectRef && in->type != GroundArg_Label && in->type != GroundArg_LineRef) {
Ground.Free.Identifier(in->as.ref);
}
}