diff options
author | Daniel Wirtz <dcode@dcode.io> | 2020-09-02 15:57:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 15:57:43 +0200 |
commit | ef7ab77b598885a88ca8eb5cc3b8485c3da84db9 (patch) | |
tree | 437ba26f72d92d54b8237b8024602fe1983c3527 /src/binaryen-c.cpp | |
parent | 949bf4916c6dcd9409888a677739c4c844bb9eda (diff) | |
download | binaryen-ef7ab77b598885a88ca8eb5cc3b8485c3da84db9.tar.gz binaryen-ef7ab77b598885a88ca8eb5cc3b8485c3da84db9.tar.bz2 binaryen-ef7ab77b598885a88ca8eb5cc3b8485c3da84db9.zip |
Fix DataFlowOpts leaking temporary Functions (#3093)
Fixes `DataFlowOpts` leaking allocated temporary functions created to precompute an expression as their body. Reusing the `body` afterwards is fine since expressions are arena allocated separately.
Diffstat (limited to 'src/binaryen-c.cpp')
0 files changed, 0 insertions, 0 deletions