delete the clones

This commit is contained in:
2026-02-16 03:24:54 -05:00
parent 06ed6a2c97
commit 96896a0f97
2 changed files with 16 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ parse_projection_expression :: proc(
resolved, res_ok := resolve_attribute_name(trimmed, attribute_names)
if !res_ok {
// Cleanup previously cloned strings
for path in result {
delete(path)
}
delete(result)
return nil, false
}