Slightly more robust resource management

This commit is contained in:
2024-02-26 12:47:46 -06:00
parent 94a8bdca79
commit c35cea6213
3 changed files with 34 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ typedef struct KiwiTerm {
typedef struct KiwiExpression {
double constant;
int term_count;
KiwiConstraint* owner;
void* owner;
#if defined(LJKIWI_LUAJIT_DEF)
KiwiTerm terms_[?];