Added NSPR PR_CallOnce to leak detective whitelist

This commit is contained in:
Martin Willi
2010-08-04 09:26:20 +02:00
parent 044e0dd1b1
commit 50a9e84540
+2
View File
@@ -215,6 +215,8 @@ char *whitelist[] = {
"gcry_check_version",
"gcry_randomize",
"gcry_create_nonce",
/* NSPR */
"PR_CallOnce",
};
/**