fix(yoga): suppress LSAN false positives for GC-managed YGNode allocations

This commit is contained in:
Claude
2026-02-03 21:21:06 -08:00
parent 660e4b3c5b
commit c17c345d03

View File

@@ -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