From c3f64fb12743dd02dd0541f2420e4aa386cd2144 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 20 May 2025 03:40:35 +0800 Subject: [PATCH] rework `nimOrcLeakDetector` (#24958) ref https://github.com/nim-lang/Nim/issues/22273#issuecomment-2888931920 --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system.nim b/lib/system.nim index 128759ecf8..f81c6d5363 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1616,7 +1616,7 @@ when not defined(js) and defined(nimV2): align: int16 depth: int16 display: ptr UncheckedArray[uint32] # classToken - when defined(nimTypeNames) or defined(nimArcIds): + when defined(nimTypeNames) or defined(nimArcIds) or defined(nimOrcLeakDetector): name: cstring traceImpl: pointer typeInfoV1: pointer # for backwards compat, usually nil