From 9b2a1d676f77f39d25d6674c43b858293b4b0a19 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 12 Jan 2019 20:37:13 +0900 Subject: gst.supp: Ignore gst_tag_register_static leak Need to ignore leak of system-wide once allocated memory. --- gst.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gst.supp b/gst.supp index 80055f0..18dd246 100644 --- a/gst.supp +++ b/gst.supp @@ -1390,6 +1390,17 @@ fun:_gst_tag_initialize } +# system-wide tags +# these tags are registered once + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:gst_tag_register_static +} + # system-wide type classes that we keep referenced { -- cgit v1.2.3