[glib/issue-2135] Add g_get_language_names_with_category() to the suppressions file



commit 99314b14b8bd66e39b9d9bf829f984453986d584
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jun 17 12:48:04 2020 +0100

    Add g_get_language_names_with_category() to the suppressions file
    
    It's another one-off allocation, mostly triggered by GKeyFile.
    
    Fixes: #2135

 glib.supp | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/glib.supp b/glib.supp
index b3c9bebb1..4907b9a18 100644
--- a/glib.supp
+++ b/glib.supp
@@ -443,6 +443,33 @@
        fun:g_get_language_names
 }
 
+{
+        g-get-language_names-with-category-malloc
+        Memcheck:Leak
+        match-leak-kinds:reachable
+        fun:malloc
+        ...
+        fun:g_get_language_names_with_category
+}
+
+{
+        g-get-language_names-with-category-calloc
+        Memcheck:Leak
+        match-leak-kinds:reachable
+        fun:calloc
+        ...
+        fun:g_get_language_names_with_category
+}
+
+{
+        g-get-language_names-with-category-realloc
+        Memcheck:Leak
+        match-leak-kinds:reachable
+        fun:realloc
+        ...
+        fun:g_get_language_names_with_category
+}
+
 {
        g-static-mutex
        Memcheck:Leak


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