mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 09:21:53 -05:00
valgrind.supp: add known leaks from GPGME
Thank you too, GPGME, for these. Why don't you provide a way to clean up your static variable mess? Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
e06586ceb4
commit
1187edb38c
@ -56,3 +56,25 @@
|
||||
fun:SSL_COMP_get_compression_methods
|
||||
fun:SSL_library_init
|
||||
}
|
||||
{
|
||||
gpgme-static-get-engine-info
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:gpgme_get_engine_info
|
||||
}
|
||||
{
|
||||
gpgme-static-set-engine-info
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:_gpgme_set_engine_info
|
||||
fun:gpgme_set_engine_info
|
||||
}
|
||||
{
|
||||
gpgme-static-set-locale
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
fun:gpgme_set_locale
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user