summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/valgrind-python.supp43
1 files changed, 43 insertions, 0 deletions
diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp
index 29954c1..8b2027c 100644
--- a/Misc/valgrind-python.supp
+++ b/Misc/valgrind-python.supp
@@ -96,6 +96,49 @@
}
#
+# Leaks: dlopen() called without dlclose()
+#
+
+{
+ dlopen() called without dlclose()
+ Memcheck:Leak
+ fun:malloc
+ fun:malloc
+ fun:strdup
+ fun:_dl_load_cache_lookup
+}
+{
+ dlopen() called without dlclose()
+ Memcheck:Leak
+ fun:malloc
+ fun:malloc
+ fun:strdup
+ fun:_dl_map_object
+}
+{
+ dlopen() called without dlclose()
+ Memcheck:Leak
+ fun:malloc
+ fun:*
+ fun:_dl_new_object
+}
+{
+ dlopen() called without dlclose()
+ Memcheck:Leak
+ fun:calloc
+ fun:*
+ fun:_dl_new_object
+}
+{
+ dlopen() called without dlclose()
+ Memcheck:Leak
+ fun:calloc
+ fun:*
+ fun:_dl_check_map_versions
+}
+
+
+#
# Non-python specific leaks
#