зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1707957 - Add a valgrind suppression for a GTK leak. r=stransky
It's a relatively minor one (two keyframes are leaked). I built latest
GTK3 from source and it wasn't reproducible locally. I think our GTK
version on automation might be too old and not have this commit:
10fa786dfa
Or something of that sort.
Differential Revision: https://phabricator.services.mozilla.com/D113948
This commit is contained in:
Родитель
9ffb840117
Коммит
9fdc1d0978
|
@ -223,9 +223,19 @@
|
|||
fun:dlopen@@GLIBC_2.2.5
|
||||
...
|
||||
}
|
||||
{
|
||||
gtk leak triggered by bug 1707957. Relatively minor, and seems fixed in newer GTK versions.
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
...
|
||||
fun:gtk_css_keyframes_new
|
||||
...
|
||||
fun:settings_update_theme
|
||||
...
|
||||
}
|
||||
|
||||
###################################
|
||||
# Leaks in short lived precesses #
|
||||
# Leaks in short lived processes #
|
||||
###################################
|
||||
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче