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

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

Issue 1613233004: Update the stack for handle leak in ChildSharedBitmapManager::AllocateSharedBitmap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 57512707c95359b9acc68077026f90882784891d..568ba0a21925f7c3575e7f97e62a8b21c6481499 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -637,12 +637,10 @@ content.dll!content::MessageRouter::RouteMessage
HANDLE LEAK
name=http://crbug.com/441785
-system call NtCreateSection
-*!CreateFileMappingW
-*!base::SharedMemory::Create
-*!content::ChildThreadImpl::AllocateSharedMemory
+system call NtDuplicateObject
...
-*!content::ChildSharedBitmapManager::AllocateSharedBitmap
+*!ChildProcessHostMsg_AllocatedSharedBitmap::ChildProcessHostMsg_AllocatedSharedBitmap
+*!content::ChildSharedBitmapManager::AllocateSharedMemoryBitmap
HANDLE LEAK
name=http://crbug.com/449989
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698