diff options
author | Alon Zakai <azakai@google.com> | 2023-04-24 15:55:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 15:55:39 -0700 |
commit | a83a8361fec78822bd23ef4d6764199a78c2c649 (patch) | |
tree | 709223bdf787b398b755078eac4573608fd3dcfe /src/wasm/wasm.cpp | |
parent | 3dd36ab00f6eb117fafbcd0e55170ca2a3796c13 (diff) | |
download | binaryen-a83a8361fec78822bd23ef4d6764199a78c2c649.tar.gz binaryen-a83a8361fec78822bd23ef4d6764199a78c2c649.tar.bz2 binaryen-a83a8361fec78822bd23ef4d6764199a78c2c649.zip |
[Wasm GC] Ignore GC cycle leaks in LSan (#5686)
Leaks happen since we use std::shared_ptr which does not handle cycles.
But since Binaryen isn't used in long-running code it's probably find to just
let them leak, and ignore them in LSan, for now.
Diffstat (limited to 'src/wasm/wasm.cpp')
0 files changed, 0 insertions, 0 deletions