[glib: 1/2] glib.supp: Add another system thread suppression




commit 60de03b86a56e5a197647a07b492847f8fb98650
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Mar 9 12:34:39 2021 +0000

    glib.supp: Add another system thread suppression
    
    This mirrors the existing `calloc()` suppression for that code path.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 glib.supp | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/glib.supp b/glib.supp
index ab1b1f9dc..b70addb9b 100644
--- a/glib.supp
+++ b/glib.supp
@@ -492,6 +492,15 @@
        fun:g_system_thread_new
 }
 
+{
+       g-system-thread-init-malloc
+       Memcheck:Leak
+       match-leak-kinds:possible,reachable
+       fun:malloc
+       ...
+       fun:g_system_thread_new
+}
+
 {
        g-task-thread-pool-init
        Memcheck:Leak


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]