diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 4778bb7..c35b419 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5666,6 +5666,17 @@ fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd } +{ + bug_122610 + Memcheck:Unaddressable + fun:_ZN4aura6WindowD0Ev + fun:_ZN10scoped_ptrIN4aura6WindowEED1Ev + fun:_ZN19TabContentsViewAuraD0Ev + fun:_ZN10scoped_ptrIN7content15WebContentsViewEED1Ev + fun:_ZN11TabContentsD0Ev + fun:_ZN10scoped_ptrIN7content11WebContentsEE5resetEPS1_ + fun:_ZN11BalloonHost8ShutdownEv +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |