Add seemingly functional but hacky gc

This commit is contained in:
2022-11-14 22:43:49 -05:00
parent fbc1055659
commit 706b4a586d
9 changed files with 120 additions and 18 deletions

View File

@@ -35,6 +35,7 @@ struct ucl_object *ucl_evaluate_builtin_form(struct ucl_state *state, struct ucl
i++;
}
result = ucl_progn(fun_state, fun_forms);
ucl_state_delete(fun_state);
} else {
assert(0);
}