mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 17:44:14 +00:00
python: Add a suppression file for a leak in PyGObject
And ensure that the CI runs GES valgrind test when we change the overrides as many GES tests are implemented in python Proper fix is at: https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/204 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2060>
This commit is contained in:
parent
be1b31b5f8
commit
761f26080a
2 changed files with 11 additions and 0 deletions
|
@ -683,6 +683,7 @@ valgrind ges:
|
||||||
- subprojects/gst-plugins-good/**/*
|
- subprojects/gst-plugins-good/**/*
|
||||||
- subprojects/gst-plugins-bad/**/*
|
- subprojects/gst-plugins-bad/**/*
|
||||||
- subprojects/gst-editing-services/**/*
|
- subprojects/gst-editing-services/**/*
|
||||||
|
- subprojects/gst-python/**/*
|
||||||
|
|
||||||
# ---- Integration ----- #
|
# ---- Integration ----- #
|
||||||
|
|
||||||
|
|
|
@ -524,3 +524,13 @@
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
fun:PyUnicode_Decode
|
fun:PyUnicode_Decode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/204
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:calloc
|
||||||
|
fun:g_malloc0
|
||||||
|
obj:*site-packages/gi/_gi*.so*
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue