[glib: 1/2] glib.supp: Suppress calloc() variant of g_get_charset()
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] glib.supp: Suppress calloc() variant of g_get_charset()
- Date: Thu, 25 Jun 2020 10:31:09 +0000 (UTC)
commit 02f0d4fc6a863d57f0a669428ef44ee867918a23
Author: Philip Withnall <withnall endlessm com>
Date: Thu Jun 25 10:00:58 2020 +0100
glib.supp: Suppress calloc() variant of g_get_charset()
Signed-off-by: Philip Withnall <withnall endlessm com>
Fixes: #2136
glib.supp | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/glib.supp b/glib.supp
index ba3ceb75b..364b018d6 100644
--- a/glib.supp
+++ b/glib.supp
@@ -1012,6 +1012,15 @@
fun:g_get_charset
}
+{
+ g_get_charset_calloc
+ Memcheck:Leak
+ match-leak-kinds:reachable
+ fun:calloc
+ ...
+ fun:g_get_charset
+}
+
# Global unused thread queue
{
g_thread_pool_unused_thread_queue
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]