Skip to content

Commit f0cb333

Browse files
committed
Update valgrind supression
1 parent fa89e61 commit f0cb333

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.valgrind.suppressions

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,19 +215,18 @@
215215
}
216216

217217
{
218-
# FreeBSD part1
219-
glib_leak_freebsd1
220-
Memchek:Leak
218+
glib_freebsd
219+
Memcheck:Leak
220+
fun:*alloc
221221
...
222222
fun:g_dbus_address_get_stream_sync
223223
...
224224
}
225225

226226
{
227-
# FreeBSD part2
228-
# XXX: Why isn't memory freed in g_bus_unown_name?
229227
glib_leak_freebsd2
230228
Memchek:Leak
229+
fun:*alloc
231230
...
232231
fun:g_bus_own_name
233232
...

0 commit comments

Comments
 (0)