summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-11 16:11:48 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-11 16:11:48 +0100
commitea51e696c8c7020101157b947d6263d5aa12d833 (patch)
tree7bf1a87477f38e5c7f79a024239a7608a6d5b346 /tests
parent9fe6f08110ebb562eebef697a31bde3ff144a20b (diff)
downloadgnutls-ea51e696c8c7020101157b947d6263d5aa12d833.tar.gz
Add another gcrypt leak.
Diffstat (limited to 'tests')
-rw-r--r--tests/libgcrypt.supp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/libgcrypt.supp b/tests/libgcrypt.supp
index abdacd5fc5..8acc01a528 100644
--- a/tests/libgcrypt.supp
+++ b/tests/libgcrypt.supp
@@ -85,3 +85,19 @@
fun:_gnutls_rnd_init
fun:gnutls_global_init
}
+
+{
+ libgcrypt6
+ Memcheck:Leak
+ fun:malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_xmalloc
+ fun:_gcry_xcalloc
+ fun:initialize
+ fun:_gcry_create_nonce
+ fun:gcry_create_nonce
+ fun:wrap_gcry_rnd_init
+ fun:_gnutls_rnd_init
+ fun:gnutls_global_init
+}