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:
Dan McGee 2011-06-14 10:32:35 -05:00
parent e06586ceb4
commit 1187edb38c
1 changed files with 22 additions and 0 deletions

View File

@ -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
}