[gst-cvs] common: gst.supp: Another dlopen suppression
Edward Hervey
bilboed at kemper.freedesktop.org
Fri Nov 27 09:34:03 PST 2009
Module: common
Branch: master
Commit: a700401b33069b5106d7f6198d66aa315d919bb9
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=a700401b33069b5106d7f6198d66aa315d919bb9
Author: Edward Hervey <bilboed at bilboed.com>
Date: Fri Nov 27 18:29:33 2009 +0100
gst.supp: Another dlopen suppression
---
gst.supp | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/gst.supp b/gst.supp
index 0a12e2f..c9a57b7 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4258,6 +4258,23 @@
fun:dlopen@@GLIBC_2.2.5
}
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:_dl_*
+ fun:_dl_*
+ fun:_dl_*
+ fun:dl_open_worker
+ fun:_dl_catch_error
+ fun:_dl_open
+ fun:dlopen_doit
+ fun:_dl_catch_error
+ fun:_dlerror_run
+ fun:dlopen@@GLIBC_2.2.5
+}
+
# glib 2.22 leaks
{
<insert_a_suppression_name_here>
More information about the Gstreamer-commits
mailing list