summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2023-04-24 15:55:39 -0700
committerGitHub <noreply@github.com>2023-04-24 15:55:39 -0700
commita83a8361fec78822bd23ef4d6764199a78c2c649 (patch)
tree709223bdf787b398b755078eac4573608fd3dcfe /src/wasm/wasm.cpp
parent3dd36ab00f6eb117fafbcd0e55170ca2a3796c13 (diff)
downloadbinaryen-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