Skip to content

Commit

Permalink
Update valgrind supression
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Jan 24, 2025
1 parent fa89e61 commit f0cb333
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -215,19 +215,18 @@
}

{
# FreeBSD part1
glib_leak_freebsd1
Memchek:Leak
glib_freebsd
Memcheck:Leak
fun:*alloc
...
fun:g_dbus_address_get_stream_sync
...
}

{
# FreeBSD part2
# XXX: Why isn't memory freed in g_bus_unown_name?
glib_leak_freebsd2
Memchek:Leak
fun:*alloc
...
fun:g_bus_own_name
...
Expand Down

0 comments on commit f0cb333

Please sign in to comment.