Fix another memory leak

This commit is contained in:
bʰedoh₂ swé 2024-06-10 02:06:51 +05:00
parent 65e360984d
commit b3b68ed586

View File

@ -28,6 +28,8 @@ bool replace(tSyntaxElement* tree, tProcessingData* pdata) {
tree->content = clone->content;
tree->type = clone->type;
free(clone);
}
if (pd->prev != NULL)