From 46dfcea233cf6df83e3771d8a8066e87d614f893 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 24 Apr 2011 13:43:23 +0100 Subject: [PATCH] gst.supp: make valgrind ignore leaks in the plugin scanner Ignore leaks in the exec'd plugin scanner, which doesn't clean up properly. --- gst.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gst.supp b/gst.supp index 85545e9..7e24bc8 100644 --- a/gst.supp +++ b/gst.supp @@ -3918,3 +3918,12 @@ fun:*alloc obj:/bin/bash } + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:_gst_plugin_loader_client_run + fun:main +} -- 2.7.4