Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1338)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 15662004: Suppress leak in ash::internal::MirrorWindowController::UpdateWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index b3489de14c539c5ec973ecf0a79a43e172cfa2b0..3dcafcd98b1c0bc765c7603476f5dd56719889bb 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7289,3 +7289,18 @@ fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
...
fun:_ZN4base64WeakPtrDeathTest_NonOwnerThreadDeletesWeakPtrAfterReference_Test8TestBodyEv
}
+{
+ bug_244105
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3ash8internal22MirrorWindowController12UpdateWindowERKNS0_11DisplayInfoE
+ fun:_ZN3ash8internal12_GLOBAL__N_119MirrorWindowCreatorD0Ev
+ fun:_ZNK4base14DefaultDeleterIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdaterEEclEPS4_
+ fun:_ZN4base8internal15scoped_ptr_implIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdaterENS_14DefaultDeleterIS5_EEED1Ev
+ fun:_ZN10scoped_ptrIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdaterEN4base14DefaultDeleterIS3_EEED1Ev
+ fun:_ZN3ash8internal14DisplayManager14UpdateDisplaysERKSt6vectorINS0_11DisplayInfoESaIS3_EE
+ fun:_ZN3ash8internal14DisplayManager23OnNativeDisplaysChangedERKSt6vectorINS0_11DisplayInfoESaIS3_EE
+ fun:_ZN3ash4test21DisplayManagerTestApi13UpdateDisplayERKSs
+ fun:_ZN3ash4test11AshTestBase13UpdateDisplayERKSs
+ fun:_ZN3ash8internal44MirrorWindowControllerTest_MirrorCursor_Test8TestBodyEv
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698