This commit is contained in:
2022-10-02 14:03:44 +01:00
parent a7e5d101dd
commit cfcd8aa752

View File

@@ -77,10 +77,9 @@ void freeEngineNode(EngineNode* node) {
if (node->functions != NULL) {
freeLiteralDictionary(node->functions);
FREE(LiteralDictionary, node->functions);
}
FREE(LiteralDictionary, node->functions);
node->children = NULL;
node->capacity = -1;
node->count = -1;