diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index cb0d582..2f7cb2e 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1053,3 +1053,12 @@ fun:testing::HandleExceptionsInMethodIfSupported fun:testing::Test::Run } +{ + bug_62505 + Heapcheck:Leak + ... + fun:DictionaryValue::DeepCopy + fun:policy::DeviceManagementPolicyCache::GetPolicy + fun:policy::DeviceManagementPolicyProvider::Provide + fun:policy::DeviceManagementPolicyProviderTest::* +} |