From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Wed, 26 Jan 2011 13:26:28 +0000 (+0100)
Subject: New valgrind suppression.
X-Git-Tag: v0.1~188^2~2
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/c3b29bfd7c36773543dfa7f55fc35420803dced7?ds=inline;hp=cd6b2539af2f8564684f287983ffb05bb0f7b285

New valgrind suppression.
---

diff --git a/valgrind_suppressions_3.5 b/valgrind_suppressions_3.5
index 0baec30..e1e2552 100644
--- a/valgrind_suppressions_3.5
+++ b/valgrind_suppressions_3.5
@@ -8,3 +8,20 @@
    fun:MSG_create_environment
    ...
 }
+
+{
+   Memory leak in libc?
+   Memcheck:Leak
+   fun:malloc
+   fun:_dl_map_object_deps
+   fun:dl_open_worker
+   fun:_dl_catch_error
+   fun:_dl_open
+   fun:do_dlopen
+   fun:_dl_catch_error
+   fun:dlerror_run
+   fun:__libc_dlopen_mode
+   fun:init
+   fun:pthread_once
+   fun:backtrace
+}