mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
fix(yoga): suppress LSAN false positives for GC-managed YGNode allocations
This commit is contained in:
@@ -121,3 +121,7 @@ leak:bun.js.Debugger.startJSDebuggerThread
|
||||
leak:WebCore::jsSQLStatementOpenStatementFunction
|
||||
# ci, test/js/node/test/parallel/test-dgram-unref-in-cluster.js
|
||||
leak:bun.js.api.bun.udp_socket.UDPSocket.udpSocket
|
||||
# Yoga YGNode allocations are GC-managed via YogaNodeImpl ref-counting;
|
||||
# JSC does not run finalizers at process exit, so LSAN sees them as leaks.
|
||||
leak:YGNodeNewWithConfig
|
||||
leak:YGNodeNew
|
||||
|
||||
Reference in New Issue
Block a user