diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index d44bc2d..31389f0 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1583,3 +1583,17 @@ fun:CGCMSInterfaceTransformConvertData fun:CGColorTransformConvertData } +{ + bug_52681 + Memcheck:Leak + fun:_Znw* + fun:_ZN16ChildProcessHost13CreateChannelEv + fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath + fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath + fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1IS1_EE3RunEv + fun:_ZN11MessageLoop7RunTaskEP4Task + fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE + fun:_ZN11MessageLoop6DoWorkEv + fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE + fun:_ZN11MessageLoop11RunInternalEv +} |