mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 696305 - Add more comments and try removing suppression for bug 793539 since the patch to disable GnomeVFS by default has landed on m-c. DONTBUILD
This commit is contained in:
parent
45335d1753
commit
d9a3f28ab6
@ -1,3 +1,5 @@
|
||||
# Full list is tracked through meta bug 793882
|
||||
|
||||
####################
|
||||
# Intended leaks #
|
||||
####################
|
||||
|
@ -1,6 +1,9 @@
|
||||
# Full list is tracked through meta bug 793882
|
||||
|
||||
####################################
|
||||
# Leaks in third party libraries #
|
||||
####################################
|
||||
|
||||
{
|
||||
Bug 793537
|
||||
Memcheck:Leak
|
||||
@ -8,13 +11,14 @@
|
||||
obj:/usr/lib/libpango-1.0.so.0.2800.1
|
||||
...
|
||||
}
|
||||
{
|
||||
Bug 793539 which may be fixed or change when bug 713802 is fixed
|
||||
Memcheck:Leak
|
||||
...
|
||||
obj:/usr/lib/libgnomevfs-2.so.0.2400.2
|
||||
...
|
||||
}
|
||||
#{
|
||||
# Bug 713802 now seems fixed, commenting out suppression to verify that bug 793539 is also gone
|
||||
# Bug 793539 which may be fixed or change when bug 713802 is fixed
|
||||
# Memcheck:Leak
|
||||
# ...
|
||||
# obj:/usr/lib/libgnomevfs-2.so.0.2400.2
|
||||
# ...
|
||||
#}
|
||||
{
|
||||
Bug 793598
|
||||
Memcheck:Leak
|
||||
|
@ -1,6 +1,9 @@
|
||||
# Full list is tracked through meta bug 793882
|
||||
|
||||
####################################
|
||||
# Leaks in third party libraries #
|
||||
####################################
|
||||
|
||||
{
|
||||
Bug 793537
|
||||
Memcheck:Leak
|
||||
@ -8,13 +11,14 @@
|
||||
obj:/usr/lib64/libpango-1.0.so.0.2800.1
|
||||
...
|
||||
}
|
||||
{
|
||||
Bug 793539 which may be fixed or change when bug 713802 is fixed
|
||||
Memcheck:Leak
|
||||
...
|
||||
obj:/usr/lib64/libgnomevfs-2.so.0.2400.2
|
||||
...
|
||||
}
|
||||
#{
|
||||
# Bug 713802 now seems fixed, commenting out suppression to verify that bug 793539 is also gone
|
||||
# Bug 793539 which may be fixed or change when bug 713802 is fixed
|
||||
# Memcheck:Leak
|
||||
# ...
|
||||
# obj:/usr/lib64/libgnomevfs-2.so.0.2400.2
|
||||
# ...
|
||||
#}
|
||||
{
|
||||
Bug 793598
|
||||
Memcheck:Leak
|
||||
|
Loading…
Reference in New Issue
Block a user