diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 162c544..496e89e 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1684,3 +1684,12 @@ fun:_ZN14RunnableMethodI20BrowserMessageFilterMS0_FbRKN3IPC7MessageEE6Tuple1IS2_EE3RunEv fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv } +{ + bug_81022 + Memcheck:Leak + fun:_Znw* + fun:_ZN12PanelManager11CreatePanelEP7Browser + fun:_ZN44PanelBrowserWindowCocoaTest_CreateClose_Test8TestBodyEv + fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc + fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc +} |