diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-04-20 14:54:59 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-09-29 13:03:11 +0100 |
commit | 66235917b47e6f933f8bd32376662a54f17eb609 (patch) | |
tree | 4e7c12be1931a84932fe3a8a4ad12ff8e9f0aa09 | |
parent | 4088a059fd884078d4f9906bd5503494080f983b (diff) |
gst.supp: make suppressions compatible with valgrind 3.7.01.6
"match-leak-kinds: possible" is a recent valgrind addition,
and valgrind 3.7.0 errors out on it.
https://bugzilla.gnome.org/show_bug.cgi?id=747612
-rw-r--r-- | gst.supp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3976,7 +3976,6 @@ { closures aren't valgrind friendly (bgo#739850) Memcheck:Leak - match-leak-kinds: possible fun:calloc ... fun:g_cclosure_new @@ -3985,7 +3984,6 @@ { closures aren't valgrind friendly (bgo#739850) Memcheck:Leak - match-leak-kinds: possible fun:malloc ... fun:g_closure_add_invalidate_notifier @@ -3994,7 +3992,6 @@ { closures aren't valgrind friendly (bgo#739850) Memcheck:Leak - match-leak-kinds: possible fun:calloc ... fun:g_closure_new_simple |