[gnumeric] Suppressions: some python stuff.



commit 676d1286e937df4183188413404bade40e3a9d2b
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 21 18:48:07 2021 -0400

    Suppressions: some python stuff.

 test/common.supp | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/test/common.supp b/test/common.supp
index c59ae75c3..01d5aa6f0 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -962,3 +962,20 @@
    Memcheck:Cond
    fun:gdk_pixbuf_add_alpha
 }
+
+{
+   Python-init-leaks1
+   Memcheck:Leak
+   match-leak-kinds: possible
+   ...
+   fun:Py_InitializeEx
+}
+
+{
+   Python-init-leaks2
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:realloc
+   fun:_Py_EncodeUTF8Ex
+   fun:_PyUnicode_InitEncodings
+}


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