i dont know why im manually freeing stuff. ohh i know why. because i copypastad

This commit is contained in:
2026-02-16 03:01:01 -05:00
parent 972e6ece5e
commit 2b04e29331
7 changed files with 28 additions and 12 deletions

View File

@@ -96,7 +96,6 @@ evaluate_condition_expression :: proc(
}
defer {
filter_node_destroy(filter_node)
free(filter_node)
}
// If there is no existing item, build an empty item for evaluation.