tweak
This commit is contained in:
@@ -77,10 +77,9 @@ void freeEngineNode(EngineNode* node) {
|
|||||||
|
|
||||||
if (node->functions != NULL) {
|
if (node->functions != NULL) {
|
||||||
freeLiteralDictionary(node->functions);
|
freeLiteralDictionary(node->functions);
|
||||||
|
FREE(LiteralDictionary, node->functions);
|
||||||
}
|
}
|
||||||
|
|
||||||
FREE(LiteralDictionary, node->functions);
|
|
||||||
|
|
||||||
node->children = NULL;
|
node->children = NULL;
|
||||||
node->capacity = -1;
|
node->capacity = -1;
|
||||||
node->count = -1;
|
node->count = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user