[glib: 4/5] glib.supp: Add a calloc() variant of an existing suppression



commit 49642bfeb2b4cf4fe6a7342bff9fd471c15c01fc
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Mar 7 13:58:11 2019 +0000

    glib.supp: Add a calloc() variant of an existing suppression
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib.supp | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/glib.supp b/glib.supp
index 4056502ac..288d846e1 100644
--- a/glib.supp
+++ b/glib.supp
@@ -706,6 +706,13 @@
        ...
        fun:g_private_set_alloc0
 }
+{
+       g_private_set_alloc0-calloc
+       Memcheck:Leak
+       fun:calloc
+       ...
+       fun:g_private_set_alloc0
+}
 
 # Thread-private GMainContext stack
 {


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