leak-detective: added _IO_file_doallocate to whitelist

This commit is contained in:
Andreas Steffen
2016-04-24 23:34:44 +02:00
parent 4e3234afb4
commit c87f428836
+1
View File
@@ -532,6 +532,7 @@ char *whitelist[] = {
"getpwuid_r",
"initgroups",
"tzset",
"_IO_file_doallocate",
/* ignore dlopen, as we do not dlclose to get proper leak reports */
"dlopen",
"dlerror",