summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-08-22 11:28:16 +0300
committerPhilip Withnall <withnall@endlessm.com>2019-09-02 14:16:33 +0100
commit8ae07a727abcc157f3ff5a5185903f737a1c3a72 (patch)
treef0477ff4639f448f2f091994e89e2bf9c8667a57
parentc8c75dc7adab15a29287055e8ec92285f0c2aca8 (diff)
downloadglib-8ae07a727abcc157f3ff5a5185903f737a1c3a72.tar.gz
glib.supp: Add some fundamental type suppressions
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--glib.supp18
1 files changed, 18 insertions, 0 deletions
diff --git a/glib.supp b/glib.supp
index d70ffb9be..220ec461a 100644
--- a/glib.supp
+++ b/glib.supp
@@ -152,6 +152,24 @@
}
{
+ g-type-register-fundamental
+ Memcheck:Leak
+ match-leak-kinds:possible,reachable
+ fun:malloc
+ ...
+ fun:g_type_register_fundamental
+}
+
+{
+ g-type-register-fundamental-calloc
+ Memcheck:Leak
+ match-leak-kinds:possible,reachable
+ fun:calloc
+ ...
+ fun:g_type_register_fundamental
+}
+
+{
g-type-add-interface-dynamic
Memcheck:Leak
match-leak-kinds:reachable