Add getspnam_r() to leak detective whitelist

This commit is contained in:
Martin Willi
2012-08-10 10:43:44 +02:00
parent da21793679
commit 0bac49b0a9
+1
View File
@@ -225,6 +225,7 @@ char *whitelist[] = {
"getpwent_r",
"setpwent",
"endpwent",
"getspnam_r",
/* ignore dlopen, as we do not dlclose to get proper leak reports */
"dlopen",
"dlerror",