memory fixes

This commit is contained in:
ed
2025-02-10 12:00:39 -05:00
parent a54d309fbf
commit 632bc6d47f
9 changed files with 82 additions and 59 deletions
-1
View File
@@ -15,6 +15,5 @@ int main()
gen_Context ctx = {0};
gen_init(& ctx);
return 0;
}