Slightly more robust resource management
This commit is contained in:
@@ -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_[?];
|
||||
|
||||
Reference in New Issue
Block a user