leak-detective: Whitelist gcrypt_plugin_create()

gcry_check_version() does not free statically allocated resources. However,
we can't whitelist it in some versions, as it is not a resolvable symbol name.
Instead, whitelist our own plugin constructor function.
This commit is contained in:
Martin Willi 2015-04-13 12:02:07 +02:00
parent 162252aca9
commit d72817491d
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ char *whitelist[] = {
/* ClearSilver */
"nerr_init",
/* libgcrypt */
"gcrypt_plugin_create",
"gcry_control",
"gcry_check_version",
"gcry_randomize",