Code

valgrind.suppress: Add a memory leak reported for some dl helper.
[sysdb.git] / t / valgrind.suppress
index 51da50c0628d181ca68db006bde3cf8333c81530..d0cd09efe05debd5b1ae6115aad1993c0d5138a5 100644 (file)
@@ -1,7 +1,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
-   fun:gcov_exit
+   fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
    fun:srunner_run_all
@@ -10,7 +10,7 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
-   fun:gcov_exit
+   fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
    fun:srunner_run
    fun:__nss_database_lookup
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   ...
+   fun:dl_open_worker
+   ...
+}