Mentions légales du service

Skip to content

compiler: Fix a memory leak

SHERMAN David requested to merge github/fork/vaussard/fix-simple-emit into master

Created by: vaussard

Commit 3c982bc5 introduced a memory leak, as now the MemoryVectorNode is not always added as a child node of the EmitNode. The memory reclaim must be done manually in this case.

Merge request reports