[glib: 2/3] glib.supp: Allow definite leaks of g_main_context_push_thread_default()
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/3] glib.supp: Allow definite leaks of g_main_context_push_thread_default()
- Date: Wed, 27 Nov 2019 10:26:35 +0000 (UTC)
commit c4cedf60f84f37aa7931bd52b163b828cddb01b6
Author: Philip Withnall <withnall endlessm com>
Date: Tue Nov 12 15:32:05 2019 +0000
glib.supp: Allow definite leaks of g_main_context_push_thread_default()
If a transient worker thread calls it, the allocated memory is
definitely leaked when the thread exits. That’s intentional.
Signed-off-by: Philip Withnall <withnall endlessm com>
glib.supp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib.supp b/glib.supp
index c4d845f84..00fc9155a 100644
--- a/glib.supp
+++ b/glib.supp
@@ -898,7 +898,7 @@
{
g_main_context_push_thread_default
Memcheck:Leak
- match-leak-kinds:reachable
+ match-leak-kinds:definite,reachable
fun:malloc
...
fun:g_queue_new
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]