summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2016-11-28 14:00:58 +0100
committerEdward Hervey <bilboed@bilboed.com>2016-11-28 14:01:58 +0100
commit39ac2f563e12d22100e320c95aaab8d8e5812ca9 (patch)
treeaa43e251ebfcb9de723398a965b88950ef11c28c
parent1416c1683f48bd3aac9d4d4f95678e337be59ad7 (diff)
gst.supp: Add suppression for known log handler leak
For thread-safety reason we purposefully leak the list of custom log handlers
-rw-r--r--gst.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index f85cd69..bdcaf84 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4025,3 +4025,12 @@
...
fun:g_quark_init
}
+
+{
+ Leak of debug function list
+ Memcheck:Leak
+ fun:*alloc
+ ...
+ fun:g_slist_prepend
+ fun:gst_debug_add_log_function
+} \ No newline at end of file