From d4396f5d8af3e3c35125de0b84c1545fb2171520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sun, 26 Jan 2025 21:47:32 -0500 Subject: [PATCH] Add a wildcard so these work in debug builds too --- src/sbbs3/suppressions.vg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sbbs3/suppressions.vg b/src/sbbs3/suppressions.vg index 45e1e410f5..669f2c2619 100644 --- a/src/sbbs3/suppressions.vg +++ b/src/sbbs3/suppressions.vg @@ -60,6 +60,7 @@ Memcheck:Leak match-leak-kinds: all fun:malloc + ... fun:*js*PropertyTree*insertChild* } { @@ -67,6 +68,7 @@ Memcheck:Leak match-leak-kinds: all fun:malloc + ... fun:*VectorToKeyIterator* } { @@ -74,6 +76,7 @@ Memcheck:Leak match-leak-kinds: all fun:malloc + ... fun:*js*GCHelperThread*replenishAndFreeLater* } { -- GitLab