From 66235917b47e6f933f8bd32376662a54f17eb609 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 20 Apr 2015 14:54:59 +0100 Subject: gst.supp: make suppressions compatible with valgrind 3.7.0 "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 --- gst.supp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst.supp b/gst.supp index 0acb407..2740e9a 100644 --- a/gst.supp +++ b/gst.supp @@ -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 -- cgit v1.2.3