Merge remote-tracking branch 'origin/master' into feature/sdcp-v2

This commit is contained in:
Joshua Grisham
2026-04-06 16:23:29 +02:00
20 changed files with 602 additions and 265 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -95,3 +95,24 @@
fun:realloc
obj:/usr/lib/*/libpython3*.so.*
}
{
ignore__pygobject_possible_leaks
Memcheck:Leak
match-leak-kinds: possible
...
obj:/usr/lib*/python*/site-packages/gi/_gi.cpython-*.so
obj:/usr/lib*/libpython3.*.so.*
}
{
ignore__pygobject_instance_leaks
Memcheck:Leak
match-leak-kinds: definite
...
fun:g_type_create_instance
fun:gi_info_new_full
...
obj:/usr/lib*/python*/site-packages/gi/_gi.cpython-*.so
obj:/usr/lib*/libpython3.*.so.*
}