diff options
author | Edward Hervey <edward@centricular.com> | 2016-11-28 14:00:58 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2016-11-28 14:01:58 +0100 |
commit | 39ac2f563e12d22100e320c95aaab8d8e5812ca9 (patch) | |
tree | aa43e251ebfcb9de723398a965b88950ef11c28c | |
parent | 1416c1683f48bd3aac9d4d4f95678e337be59ad7 (diff) | |
download | gstreamer-common-39ac2f563e12d22100e320c95aaab8d8e5812ca9.tar.gz |
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.supp | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |