bug fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user