diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 7e1ae4d..327d373 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1109,3 +1109,14 @@ fun:main fun:__libc_start_main } +{ + bug_60872 + Heapcheck:Leak + fun:base::BaseTimer::Start + fun:ReloadButtonGtk::OnClicked + fun:ReloadButtonGtk::OnClickedThunk + fun:g_closure_invoke + fun:ReloadButtonGtkTest_*_Test::TestBody + fun:testing::HandleExceptionsInMethodIfSupported + fun:testing::Test::Run +} |