[gjs] Expand suppressions file
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Expand suppressions file
- Date: Wed, 9 Nov 2011 10:51:48 +0000 (UTC)
commit 49050327d36c59d06a7267d937aae36624621485
Author: Colin Walters <walters verbum org>
Date: Wed Nov 9 05:51:18 2011 -0500
Expand suppressions file
test/gjs.supp | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/test/gjs.supp b/test/gjs.supp
index 80a16d8..f3c9ea6 100644
--- a/test/gjs.supp
+++ b/test/gjs.supp
@@ -8,6 +8,33 @@
}
{
+ g_type_add_interface_static malloc
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_type_add_interface_static
+ ...
+}
+
+{
+ g_type_add_interface_dynamic malloc
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_type_add_interface_dynamic
+ ...
+}
+
+{
+ g_type_class_ref malloc
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_type_class_ref
+ ...
+}
+
+{
g_type_init_with_debug_flags malloc
Memcheck:Leak
fun:malloc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]