summaryrefslogtreecommitdiff
path: root/glib.supp
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-11-12 15:32:05 +0000
committerPhilip Withnall <withnall@endlessm.com>2019-11-12 15:32:05 +0000
commitc4cedf60f84f37aa7931bd52b163b828cddb01b6 (patch)
treee5f94ebf238427822e2a9ea59335048de2c17680 /glib.supp
parentb97c57b502d014c55fb605e2914921c354a60782 (diff)
downloadglib-c4cedf60f84f37aa7931bd52b163b828cddb01b6.tar.gz
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>
Diffstat (limited to 'glib.supp')
-rw-r--r--glib.supp2
1 files changed, 1 insertions, 1 deletions
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