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-15 14:38:42 +02:00
parent 162252aca9
commit d72817491d
+1
View File
@@ -552,6 +552,7 @@ char *whitelist[] = {
/* ClearSilver */
"nerr_init",
/* libgcrypt */
"gcrypt_plugin_create",
"gcry_control",
"gcry_check_version",
"gcry_randomize",