diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 2e3f567..d2d9d93 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -537,6 +537,7 @@ fun:__libc_start_main } +# "*~TestShell" means "~TestShell" and "TestShell::~TestShell". { bug_46571_f Heapcheck:Leak @@ -546,7 +547,7 @@ fun:WebCore::ScriptController::collectGarbage fun:WebKit::WebFrameImpl::collectGarbage fun:TestShell::CallJSGC - fun:TestShell::~TestShell + fun:*~TestShell fun:::MainWindowDestroyed fun:g_closure_invoke } |