gst.supp: make valgrind ignore leaks in the plugin scanner
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 24 Apr 2011 12:43:23 +0000 (13:43 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 24 Apr 2011 12:43:23 +0000 (13:43 +0100)
Ignore leaks in the exec'd plugin scanner, which doesn't clean up
properly.

gst.supp

index 85545e9..7e24bc8 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:*alloc
    obj:/bin/bash
 }
+
+{
+   <ignore possbly-lost leaks in the plugin scanner which doesn't clean up properly>
+   Memcheck:Leak
+   fun:*alloc
+   ...
+   fun:_gst_plugin_loader_client_run
+   fun:main
+}